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 5e64d5f + 1e35538 commit fe23095Copy full SHA for fe23095
.github/workflows/ci-docker.yml
@@ -22,7 +22,7 @@ jobs:
22
with:
23
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
24
- name: build
25
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@v5
26
27
context: .
28
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