diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b8685c7..b132a4a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -45,4 +45,6 @@ jobs: uses: docker/build-push-action@v7 with: push: true - tags: ghcr.io/${{ github.repository }}:latest + tags: | + ghcr.io/${{ github.repository }}:latest + ghcr.io/${{ github.repository }}:${{ github.sha }}