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 8a8773e + b5a3fc0 commit 005eb21Copy full SHA for 005eb21
.github/workflows/master-container-publish.yml
@@ -79,7 +79,7 @@ jobs:
79
80
- name: Build and push Docker image
81
id: build
82
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
83
with:
84
platforms: linux/amd64,linux/arm64
85
context: .
.github/workflows/pr-preview.yml
@@ -86,7 +86,7 @@ jobs:
86
87
88
89
90
91
92
push: true
0 commit comments