Skip to content

Commit 68d42d3

Browse files
Update build-and-push-images.yml
Signed-off-by: Vlad Volkov <[email protected]>
1 parent 31ef920 commit 68d42d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build and push images
1+
name: Build Images
22

33
on:
44
push:
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
context: .
4646
push: true
47-
tags: ${{ github.repository }}:${{ matrix.postgres }}
47+
tags: ghcr.io/${{ github.repository }}:${{ matrix.postgres }}
4848
build-args: |
4949
ALPINE_VERSION=${{ matrix.alpine }}
5050
platforms: |

0 commit comments

Comments
 (0)