Skip to content

Commit

Permalink
debug tag, fix env ref
Browse files Browse the repository at this point in the history
  • Loading branch information
enrichman committed Apr 19, 2024
1 parent 5ff1273 commit b8060d1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,17 @@ jobs:
ls -lR dist/artifacts
# Stage binary for packaging step
cp -r ./bin/* ./package/
# Export the tag for the next step
echo "TAG=$TAG" >> $GITHUB_ENV
echo "TAG=$TAG"
echo "TAG=$TAG" >> $GITHUB_ENV
- name: Docker Build
uses: docker/build-push-action@v5
with:
push: false
context: package
tags: rancher/cli2:$TAG
tags: rancher/cli2:${{ env.TAG }}

fossa:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b8060d1

Please sign in to comment.