Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chargio authored Nov 14, 2024
1 parent 89f1260 commit c12b05e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,7 @@ jobs:
uses: docker/build-push-action@v6
with:
push: true
tags: ghcr.io/${{ env.IMAGE_NAME }}:${{ github.sha }}
tags:
- ghcr.io/${{ env.IMAGE_NAME }}:${{ github.sha }}
- ghcr.io/${{ env.IMAGE_NAME }}:latest
file: ./Dockerfile

0 comments on commit c12b05e

Please sign in to comment.