We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5196d44 commit 092c0dfCopy full SHA for 092c0df
.github/workflows/build-and-push-images.yml
@@ -39,7 +39,7 @@ jobs:
39
with:
40
context: .
41
push: true
42
- tags: ${{ github.repository }}:${{ matrix.postgres }}
+ tags: ghcr.io/matbyte-com/${{ github.repository }}:${{ matrix.postgres }}
43
build-args: |
44
ALPINE_VERSION=${{ matrix.alpine }}
45
platforms: |
0 commit comments