Skip to content

Commit

Permalink
fix wrong env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjahnke authored May 18, 2021
1 parent aa66a04 commit 99929b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:
docker push $IMAGE:latest
fi
# Has tag
docker tag $IMAGE_NAME:$BRANCH_NAME $IMAGE_NAME:$TMP
docker push $IMAGE_NAME:$TMP
docker tag $IMAGE:$BRANCH $IMAGE:$TMP
docker push $IMAGE:$TMP
if: startsWith(github.ref, 'refs/tags')
env:
IMAGE: ${{ steps.get_repo.outputs.IMAGE }}
Expand Down

0 comments on commit 99929b4

Please sign in to comment.