Skip to content

Commit 7fe2dd3

Browse files
authored
.github/workflows/deploy.yml: docker push for main branch (#79)
1 parent 0004158 commit 7fe2dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,5 @@ jobs:
8888
with:
8989
context: .
9090
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x
91-
push: ${{ (github.event_name != 'pull_request' && startsWith(github.ref, 'refs/tags/')) }}
91+
push: ${{ (github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main')) }}
9292
tags: ${{ steps.prep.outputs.tags }}

0 commit comments

Comments
 (0)