diff --git a/.github/workflows/build-and-push.yml b/.github/workflows/build-and-push.yml index 9d58192..a3935a2 100644 --- a/.github/workflows/build-and-push.yml +++ b/.github/workflows/build-and-push.yml @@ -48,4 +48,6 @@ jobs: file: ./Containerfile platforms: linux/amd64,linux/arm64 push: true - tags: ghcr.io/${{ github.repository }}:${{ env.tag }} \ No newline at end of file + tags: | + ghcr.io/${{ github.repository }}:${{ env.tag }} + ghcr.io/${{ github.repository }}:latest \ No newline at end of file