We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0ff314 + dcb3ea0 commit 646a034Copy full SHA for 646a034
.github/workflows/publish.yml
@@ -89,7 +89,7 @@ jobs:
89
run: echo "Docker tags ${{ steps.gettags.outputs.tags }}"
90
91
- name: Build and push
92
- uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94 # associated tag: v2.4.0
+ uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5 # associated tag: v2.4.0
93
with:
94
platforms: linux/amd64,linux/arm64
95
push: ${{ startsWith(github.ref, 'refs/tags/') }}
0 commit comments