mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-05-20 16:41:54 +00:00
Update docker.yml
This commit is contained in:
parent
9b4b968730
commit
663fe567ef
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
||||||
id: buildx
|
id: buildx
|
||||||
uses: docker/setup-buildx-action@v1
|
uses: docker/setup-buildx-action@v1
|
||||||
- name: Login to DockerHub
|
- name: Login to DockerHub
|
||||||
if: ${{ github.ref == 'refs/heads/main' }}
|
if: ${{ github.ref == 'refs/heads/master' }}
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v1
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
|
|
@ -28,7 +28,7 @@ jobs:
|
||||||
uses: docker/build-push-action@v2.9.0
|
uses: docker/build-push-action@v2.9.0
|
||||||
with:
|
with:
|
||||||
github-token: ${{ github.token }}
|
github-token: ${{ github.token }}
|
||||||
push: ${{ github.ref == 'refs/heads/main' }}
|
push: ${{ github.ref == 'refs/heads/master' }}
|
||||||
tags: |
|
tags: |
|
||||||
"izuco/multi-downloader-nx:latest"
|
"izuco/multi-downloader-nx:latest"
|
||||||
- name: Image digest
|
- name: Image digest
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue