Skip to content

Commit

Permalink
Add name to Docker push job
Browse files Browse the repository at this point in the history
  • Loading branch information
Pikachu920 committed Aug 16, 2024
1 parent 3f407ae commit 557af65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ on:
- push

jobs:
docker_publish:
docker-publish:
name: Publish image to Docker
runs-on: "ubuntu-20.04"
steps:
- name: Checkout repository
Expand Down

0 comments on commit 557af65

Please sign in to comment.