diff --git a/.github/workflows/manual-build.yml b/.github/workflows/manual-build.yml index cfbc3e2..ecb8b0c 100644 --- a/.github/workflows/manual-build.yml +++ b/.github/workflows/manual-build.yml @@ -37,4 +37,8 @@ jobs: with: context: . push: true - tags: ghcr.io/${{ github.repository }}:${{ github.sha }} + tags: | + ghcr.io/${{ github.repository }}:${{ github.sha }} + ghcr.io/${{ github.repository }}:dev + + \ No newline at end of file