Skip to content

Commit

Permalink
create docker image with tag latest
Browse files Browse the repository at this point in the history
  • Loading branch information
NikoHadouken committed Nov 13, 2024
1 parent e7069b8 commit 3197054
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,7 @@ jobs:
- name: Push Docker image
run: |
docker push ghcr.io/${{ github.repository }}:${{ env.VERSION }}
- name: Push Docker image with 'latest' tag
run: |
docker push ghcr.io/${{ github.repository }}:latest

0 comments on commit 3197054

Please sign in to comment.