Skip to content

Commit 770ae32

Browse files
committed
ci: update workflows config.
1 parent e6f9699 commit 770ae32

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,15 +148,15 @@ jobs:
148148
password: ${{ secrets.DOCKER_PASSWORD }}
149149

150150
- name: Build and push image:latest
151-
uses: docker/build-push-action@v3
151+
uses: docker/build-push-action@v6
152152
with:
153153
push: true
154154
context: .
155155
platforms: linux/amd64,linux/arm64
156156
tags: ${{ secrets.DOCKER_USER }}/linux-command:latest
157157

158158
- name: Build and push image:tags
159-
uses: docker/build-push-action@v3
159+
uses: docker/build-push-action@v6
160160
if: steps.create_tag.outputs.successful
161161
with:
162162
push: true
@@ -173,15 +173,15 @@ jobs:
173173
# password: ${{ secrets.GITHUB_TOKEN }}
174174

175175
# - name: Build and push image:latest
176-
# uses: docker/build-push-action@v3
176+
# uses: docker/build-push-action@v6
177177
# with:
178178
# push: true
179179
# context: .
180180
# platforms: linux/amd64,linux/arm64
181181
# tags: ghcr.io/jaywcjlove/linux-command:latest
182182

183183
# - name: Build and push image:tags
184-
# uses: docker/build-push-action@v3
184+
# uses: docker/build-push-action@v6
185185
# if: steps.create_tag.outputs.successful
186186
# with:
187187
# push: true

0 commit comments

Comments
 (0)