Skip to content

Commit cbc6a3e

Browse files
committed
Fix job name
1 parent e1a4404 commit cbc6a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-multistage-push-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# -----------------------------------------------------------------------------------------------
4343
# JOB: DEPLOY
4444
# -----------------------------------------------------------------------------------------------
45-
test:
45+
deploy:
4646
name: ${{ matrix.name }}-${{ matrix.version }}-${{ inputs.stage }} (${{ matrix.arch }}) ${{ matrix.refs }}
4747
runs-on: ubuntu-latest
4848
strategy:

0 commit comments

Comments
 (0)