Skip to content

Commit

Permalink
.github/workflows/deploy.yml: docker push for main branch (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelanford committed Jan 17, 2021
1 parent 0004158 commit 7fe2dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@ jobs:
with:
context: .
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x
push: ${{ (github.event_name != 'pull_request' && startsWith(github.ref, 'refs/tags/')) }}
push: ${{ (github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main')) }}
tags: ${{ steps.prep.outputs.tags }}

0 comments on commit 7fe2dd3

Please sign in to comment.