We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af3127c commit 8b79845Copy full SHA for 8b79845
1 file changed
.github/workflows/docker-image.yml
@@ -76,7 +76,7 @@ jobs:
76
- name: Build and push
77
id: docker_build
78
if: ${{ github.event_name == 'workflow_dispatch' || startsWith(github.ref, 'refs/tags/v') }}
79
- uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
+ uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
80
with:
81
context: .
82
platforms: linux/amd64,linux/arm64
@@ -86,7 +86,7 @@ jobs:
86
- name: Verify build
87
id: docker_verify_build
88
if: ${{ github.event_name != 'workflow_dispatch' && !startsWith(github.ref, 'refs/tags/v') }}
89
90
91
92
0 commit comments