Skip to content

Commit 092c0df

Browse files
authored
Update build-and-push-images.yml
1 parent 5196d44 commit 092c0df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-push-images.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
context: .
4141
push: true
42-
tags: ${{ github.repository }}:${{ matrix.postgres }}
42+
tags: ghcr.io/matbyte-com/${{ github.repository }}:${{ matrix.postgres }}
4343
build-args: |
4444
ALPINE_VERSION=${{ matrix.alpine }}
4545
platforms: |

0 commit comments

Comments
 (0)