Skip to content

Commit

Permalink
Tag image as latest
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoniosBarotsis committed Feb 16, 2023
1 parent 71316a0 commit d45b79f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:

- name: Docker - x86
run: |
docker build -t antoniosbarotsis/qr-rs:${{ inputs.version }} -f server/Dockerfile .
docker build -t antoniosbarotsis/qr-rs:${{ inputs.version }} -t antoniosbarotsis/qr-rs:latest -f server/Dockerfile .
docker push antoniosbarotsis/qr-rs:${{ inputs.version }}

0 comments on commit d45b79f

Please sign in to comment.