Skip to content

Commit

Permalink
fix: remove checkout step from tags job
Browse files Browse the repository at this point in the history
not needed

Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
  • Loading branch information
weierophinney committed Mar 3, 2021
1 parent 30375ea commit 22e38b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-and-push-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
outputs:
tags: ${{ steps.tags.outputs.tags }}
steps:
- uses: actions/checkout@v2
- name: Compile tag list
id: tags
run: |
Expand Down

0 comments on commit 22e38b5

Please sign in to comment.