We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d5ec8a + f9e9efc commit b04a4c5Copy full SHA for b04a4c5
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
build-args: TARGETPLATFORM=${{ matrix.platform }}
57
file: ./docker/Dockerfile
@@ -80,7 +80,7 @@ jobs:
80
81
if: github.event_name != 'pull_request'
82
id: build
83
84
85
86
0 commit comments