Skip to content

Commit

Permalink
Remove current branch from docker build and push
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Cabezas committed Oct 21, 2021
1 parent bb0cff6 commit f60ec47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ jobs:
with:
context: .
# Push when on master or tag
push: ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/revamp' || startsWith(github.ref, 'refs/tags/') }}
push: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/') }}
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}

0 comments on commit f60ec47

Please sign in to comment.