File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -148,15 +148,15 @@ jobs:
148
148
password : ${{ secrets.DOCKER_PASSWORD }}
149
149
150
150
- name : Build and push image:latest
151
- uses : docker/build-push-action@v3
151
+ uses : docker/build-push-action@v6
152
152
with :
153
153
push : true
154
154
context : .
155
155
platforms : linux/amd64,linux/arm64
156
156
tags : ${{ secrets.DOCKER_USER }}/linux-command:latest
157
157
158
158
- name : Build and push image:tags
159
- uses : docker/build-push-action@v3
159
+ uses : docker/build-push-action@v6
160
160
if : steps.create_tag.outputs.successful
161
161
with :
162
162
push : true
@@ -173,15 +173,15 @@ jobs:
173
173
# password: ${{ secrets.GITHUB_TOKEN }}
174
174
175
175
# - name: Build and push image:latest
176
- # uses: docker/build-push-action@v3
176
+ # uses: docker/build-push-action@v6
177
177
# with:
178
178
# push: true
179
179
# context: .
180
180
# platforms: linux/amd64,linux/arm64
181
181
# tags: ghcr.io/jaywcjlove/linux-command:latest
182
182
183
183
# - name: Build and push image:tags
184
- # uses: docker/build-push-action@v3
184
+ # uses: docker/build-push-action@v6
185
185
# if: steps.create_tag.outputs.successful
186
186
# with:
187
187
# push: true
You can’t perform that action at this time.
0 commit comments