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 ce744f6 + 4415f1c commit 5ceadd4Copy full SHA for 5ceadd4
.github/workflows/ci-docker.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
images: ${{ env.GHCR_IMAGE_NAME }}
23
- name: build
24
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@v5
25
26
context: .
27
push: false
.github/workflows/publish.yml
@@ -102,7 +102,7 @@ jobs:
102
# semver
103
type=semver,pattern={{version}}
104
- name: Build images
105
106
107
outputs: "type=registry,push=true"
108
platforms: linux/amd64,linux/arm64
0 commit comments