Skip to content

Commit cc5dccb

Browse files
committed
rename step
1 parent 4175ced commit cc5dccb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dockerx-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
run: |
8787
docker buildx build --output "type=image,push=false" ${{ steps.prepare.outputs.buildx_args }}
8888
89-
- name: Build
89+
- name: Build & Push
9090
if: github.event_name == 'push'
9191
run: |
9292
docker buildx build --output "type=image,push=true" ${{ steps.prepare.outputs.buildx_args }}

0 commit comments

Comments
 (0)