Skip to content

Commit

Permalink
github/workflows/docker-push: rename job
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Dec 30, 2021
1 parent f572719 commit 558adff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: docker-push
on: create

jobs:
release:
build-and-push:
if: github.event.ref_type == 'tag'
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 558adff

Please sign in to comment.