Only push with commited to main
This commit is contained in:
parent
fe835c2b37
commit
8c6eafe552
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docker.yml
vendored
1
.github/workflows/docker.yml
vendored
|
|
@ -19,6 +19,7 @@ jobs:
|
|||
- uses: mr-smithers-excellent/docker-build-push@v5
|
||||
name: Build & push Docker image
|
||||
with:
|
||||
push: ${{ github.ref == 'refs/heads/main' }}
|
||||
image: izuco/multi-downloader-nx
|
||||
tags: v1, latest
|
||||
registry: docker.io
|
||||
|
|
|
|||
Loading…
Reference in a new issue