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.
2 parents 2b0da0c + bb42178 commit 5d02aeaCopy full SHA for 5d02aea
2 files changed
.github/workflows/docker-release-alpha.yml
@@ -28,7 +28,7 @@ jobs:
28
password: ${{ secrets.DOCKER_ACCESS_KEY }}
29
30
- name: Build and push image
31
- uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7
+ uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7
32
with:
33
context: .
34
file: ./Dockerfile
.github/workflows/docker-release.yml
@@ -53,7 +53,7 @@ jobs:
53
54
55
- name: Build and push ${{ matrix.arch }} image
56
57
58
59
0 commit comments