Skip to content

Commit

Permalink
fix docker latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
NikoHadouken committed Nov 13, 2024
1 parent 3197054 commit 0b5cb80
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 @@ -30,7 +30,7 @@ jobs:
# Build the Docker image
- name: Build Docker image
run: |
docker build -t ghcr.io/${{ github.repository }}:${{ env.VERSION }} .
docker build -t ghcr.io/${{ github.repository }}:${{ env.VERSION }} -t ghcr.io/${{ github.repository }}:latest .
# Push the Docker image to GitHub Container Registry
- name: Push Docker image
Expand Down

0 comments on commit 0b5cb80

Please sign in to comment.