Skip to content

Commit

Permalink
github/workflows/docker-push: add checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Dec 30, 2021
1 parent e0a22c8 commit 56dd454
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ jobs:
if: github.event.ref_type == 'tag'
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]

- name: docker meta
id: meta
uses: docker/[email protected]
Expand Down

0 comments on commit 56dd454

Please sign in to comment.