We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faad917 commit e44305aCopy full SHA for e44305a
.github/workflows/build.yaml
@@ -100,7 +100,7 @@ jobs:
100
images: ${{ steps.prepare-repository-name.outputs.repository }}
101
102
- name: Build Docker image
103
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
104
with:
105
platforms: linux/amd64,linux/arm64
106
context: .
.github/workflows/publish.yaml
@@ -52,7 +52,7 @@ jobs:
52
53
54
- name: Build and push Docker image
55
56
57
58
0 commit comments