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 187b028 + fc82ec8 commit c79687bCopy full SHA for c79687b
.github/workflows/image-push-main.yaml
@@ -31,7 +31,7 @@ jobs:
31
with:
32
images: ghcr.io/${{ steps.repo_name.outputs.repository }}
33
- name: Build and push container image
34
- uses: docker/build-push-action@v4
+ uses: docker/build-push-action@v6
35
36
context: .
37
push: true
.github/workflows/image-push-release.yaml
@@ -35,7 +35,7 @@ jobs:
flavor: |
latest=false
38
39
40
41
platforms: linux/amd64,linux/arm64
0 commit comments