Skip to content

Commit

Permalink
fix docker tags
Browse files Browse the repository at this point in the history
  • Loading branch information
hotlong committed Sep 27, 2023
1 parent f08f563 commit c2c8df4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-docker-enterprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- name: Set Current Version
run: |
STEEDOS_VERSION=$(node -p 'require("./lerna.json").version')
echo "CURRENT_VERSION=${STEEDOS_VERSION}" >> $GITHUB_ENV
echo "CURRENT_VERSION=${STEEDOS_VERSION}"
echo "STEEDOS_VERSION=${STEEDOS_VERSION}" >> $GITHUB_ENV
echo "STEEDOS_VERSION=${STEEDOS_VERSION}"
- uses: docker/setup-qemu-action@v1
- uses: docker/setup-buildx-action@v1
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
with:
include: ./deploy/enterprise/fs/app/platform/package.json
find: "~2.5"
replace: ${env.{STEEDOS_VERSION}}
replace: ${{env.STEEDOS_VERSION}}
regex: false

- name: Build and push docker
Expand Down

0 comments on commit c2c8df4

Please sign in to comment.