Skip to content

Commit

Permalink
Fix docker push instructions for version builds
Browse files Browse the repository at this point in the history
  • Loading branch information
loranmutafov committed Feb 7, 2023
1 parent 487b682 commit 1eba462
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ jobs:
run: DOCKER_BUILDKIT=1 docker build . -t $IMAGE_NAME:latest

- name: Push Docker image
run: docker push $IMAGE_NAME
run: docker push $IMAGE_NAME:${{ github.ref_name }}
run: docker push $IMAGE_NAME:latest

0 comments on commit 1eba462

Please sign in to comment.