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 6380254 commit bed2ec2Copy full SHA for bed2ec2
.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@v5
+ uses: docker/build-push-action@v6
26
27
context: .
28
push: false
.github/workflows/publish.yml
@@ -42,7 +42,7 @@ jobs:
42
# branch
43
type=ref,event=branch
44
- name: push
45
46
47
48
push: true
0 commit comments