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.
1 parent 93d68bc commit d0879d0Copy full SHA for d0879d0
.github/workflows/build.yaml
@@ -78,7 +78,7 @@ jobs:
78
images: ${{ steps.prepare-repository-name.outputs.repository }}
79
80
- name: Build Docker image
81
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
82
with:
83
platforms: linux/amd64,linux/arm64
84
context: .
.github/workflows/publish.yaml
@@ -51,7 +51,7 @@ jobs:
51
52
53
- name: Build and push Docker image
54
55
56
57
0 commit comments