We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d64dc0 commit cd237fcCopy full SHA for cd237fc
.github/workflows/_docker.yml
@@ -30,15 +30,15 @@ jobs:
30
docker build \
31
-f Dockerfile.postgres \
32
--platform linux/amd64 \
33
- -t ghcr.io/trycompa/postgres:${{ inputs.tag }}-linux/amd64 \
+ -t ghcr.io/trycompa/postgres:${{ inputs.tag }}-linux-amd64 \
34
--push .
35
36
- name: 'Build Postgres Image for linux/arm64'
37
run: |
38
39
40
--platform linux/arm64 \
41
- -t ghcr.io/trycompa/postgres:${{ inputs.tag }}-linux/arm64 \
+ -t ghcr.io/trycompa/postgres:${{ inputs.tag }}-linux-arm64 \
42
43
44
- name: 'Build Postgres Multi-Architecture Image'
0 commit comments