We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5fea738 + 6a5158f commit 874ad58Copy full SHA for 874ad58
1 file changed
.github/workflows/build.yaml
@@ -51,7 +51,7 @@ jobs:
51
52
- name: Build and push by digest
53
if: github.event_name == 'pull_request'
54
- uses: docker/build-push-action@v6.19.2
+ uses: docker/build-push-action@v7.0.0
55
with:
56
file: ./docker/Dockerfile
57
platforms: ${{ matrix.platform }}
@@ -79,7 +79,7 @@ jobs:
79
80
if: github.event_name != 'pull_request'
81
id: build
82
83
84
85
0 commit comments