Skip to content

Commit cd237fc

Browse files
tag format
1 parent 5d64dc0 commit cd237fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/_docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ jobs:
3030
docker build \
3131
-f Dockerfile.postgres \
3232
--platform linux/amd64 \
33-
-t ghcr.io/trycompa/postgres:${{ inputs.tag }}-linux/amd64 \
33+
-t ghcr.io/trycompa/postgres:${{ inputs.tag }}-linux-amd64 \
3434
--push .
3535
3636
- name: 'Build Postgres Image for linux/arm64'
3737
run: |
3838
docker build \
3939
-f Dockerfile.postgres \
4040
--platform linux/arm64 \
41-
-t ghcr.io/trycompa/postgres:${{ inputs.tag }}-linux/arm64 \
41+
-t ghcr.io/trycompa/postgres:${{ inputs.tag }}-linux-arm64 \
4242
--push .
4343
4444
- name: 'Build Postgres Multi-Architecture Image'

0 commit comments

Comments
 (0)