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 c6444b0 + 348b548 commit 5045f08Copy full SHA for 5045f08
1 file changed
.github/workflows/build.yaml
@@ -52,7 +52,7 @@ jobs:
52
53
- name: Build and push by digest
54
if: github.event_name == 'pull_request'
55
- uses: docker/build-push-action@v7.1.0
+ uses: docker/build-push-action@v7.2.0
56
with:
57
file: ./docker/Dockerfile
58
platforms: ${{ matrix.platform }}
@@ -80,7 +80,7 @@ jobs:
80
81
if: github.event_name != 'pull_request'
82
id: build
83
84
85
86
0 commit comments