Skip to content

Commit

Permalink
fix(boss): check env
Browse files Browse the repository at this point in the history
  • Loading branch information
groenator committed May 11, 2024
1 parent 4629a60 commit 896d819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Set release tag as environment variable
run: |
export LATEST_TAG=$(cat release)
echo "LATEST_TAG=$LATEST_TAG" >> $GITHUB_ENV
echo "LATEST_TAG=$LATEST_TAG"
# Build and push Docker image for x86
- name: Build and push Docker image for x86
Expand Down

0 comments on commit 896d819

Please sign in to comment.