We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d303a29 commit a4a60a1Copy full SHA for a4a60a1
.github/workflows/ci-docker.yml
@@ -31,7 +31,7 @@ jobs:
31
latest=false
32
suffix=-amd64
33
- name: build
34
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
35
with:
36
context: .
37
push: false
@@ -68,7 +68,7 @@ jobs:
68
69
suffix=-arm64v8
70
71
72
73
74
.github/workflows/publish.yml
@@ -53,7 +53,7 @@ jobs:
53
# branch
54
type=ref,event=branch
55
- name: push
56
57
58
59
push: true
@@ -118,7 +118,7 @@ jobs:
118
119
120
121
122
123
124
0 commit comments