Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
Fix docker push tag

Signed-off-by: Mario Candela <[email protected]>
  • Loading branch information
mariocandela authored Sep 14, 2022
1 parent 7ec294c commit 327c823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
run: docker build . --file Dockerfile --tag m4r10/beelzebub:${{ github.ref_name }}

- name: Docker Push
run: docker push m4r10/beelzebub:latest
run: docker push m4r10/beelzebub:${{ github.ref_name }}

0 comments on commit 327c823

Please sign in to comment.