We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf76ebe commit 2d12b90Copy full SHA for 2d12b90
.github/workflows/docker.yml
@@ -103,7 +103,7 @@ jobs:
103
type=raw,value=${{ steps.version.outputs.pg_major }},enable=${{ steps.should-release.outputs.result }}
104
105
- name: Build and push image
106
- uses: docker/build-push-action@v6.11.0
+ uses: docker/build-push-action@v6.12.0
107
with:
108
context: .
109
platforms: linux/amd64,linux/arm64
0 commit comments