mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 09:55:41 -04:00
ci: update workflow
This commit is contained in:
4
.github/workflows/deploy-docker.yml
vendored
4
.github/workflows/deploy-docker.yml
vendored
@@ -192,7 +192,7 @@ jobs:
|
|||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: registry.docker.com
|
registry: registry.docker.com
|
||||||
username: ${{ secrets.SELF_DOCKERHUB_USER }}
|
username: aetherinox
|
||||||
password: ${{ secrets.SELF_DOCKERHUB_TOKEN }}
|
password: ${{ secrets.SELF_DOCKERHUB_TOKEN }}
|
||||||
|
|
||||||
# #
|
# #
|
||||||
@@ -204,7 +204,7 @@ jobs:
|
|||||||
uses: docker/metadata-action@v3
|
uses: docker/metadata-action@v3
|
||||||
with:
|
with:
|
||||||
images: |
|
images: |
|
||||||
Aetherinox/thetvapp-docker
|
aetherinox/thetvapp-docker
|
||||||
tags: |
|
tags: |
|
||||||
type=raw,value=latest,enable=${{ endsWith(github.ref, 'main') }}
|
type=raw,value=latest,enable=${{ endsWith(github.ref, 'main') }}
|
||||||
type=ref,event=tag
|
type=ref,event=tag
|
||||||
|
|||||||
Reference in New Issue
Block a user