We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82c263b commit da8a2abCopy full SHA for da8a2ab
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@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
+ uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.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