Skip to content

Commit 13b5bdb

Browse files
authored
Merge pull request #63 from devilbox/job-name
Fix job name
2 parents e1a4404 + cbc6a3e commit 13b5bdb

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)