Skip to content

Commit

Permalink
test docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hotlong committed Sep 27, 2023
1 parent a69c5e6 commit 2bc9a38
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release-docker-enterprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
run: |
CURRENT_VERSION=$(node -p 'require("./lerna.json").version')
echo "CURRENT_VERSION=${CURRENT_VERSION}" >> $GITHUB_ENV
echo "CURRENT_VERSION=${CURRENT_VERSION}"
- uses: docker/setup-qemu-action@v1
- uses: docker/setup-buildx-action@v1
Expand All @@ -40,9 +41,9 @@ jobs:
type=ref,event=branch
type=ref,event=pr
type=schedule
type=semver,pattern={{version}},value=v${CURRENT_VERSION}
type=semver,pattern={{major}}.{{minor}},value=v${CURRENT_VERSION}
type=semver,pattern={{major}},value=v${CURRENT_VERSION}
type=semver,pattern={{version}},value=${CURRENT_VERSION}
type=semver,pattern={{major}}.{{minor}},value=${CURRENT_VERSION}
type=semver,pattern={{major}},value=${CURRENT_VERSION}
- uses: docker/login-action@v1
name: Login Docker Hub
Expand Down

0 comments on commit 2bc9a38

Please sign in to comment.