multiarch docker ci
This commit is contained in:
8
.github/workflows/docker-image.yml
vendored
8
.github/workflows/docker-image.yml
vendored
@@ -32,15 +32,13 @@ jobs:
|
|||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v1
|
||||||
with:
|
with:
|
||||||
username: ${{secrets.DOCKER_HUB_USERNAME}}
|
username: ${{secrets.DOCKER_HUB_USERNAME}}
|
||||||
password: ${{ secrets.DOCKER_HUB_TOKEN }}
|
password: ${{secrets.DOCKER_HUB_PASSWORD}}
|
||||||
- name: Docker meta
|
- name: Docker meta
|
||||||
id: yt-dlp-web-ui # you'll use this in the next step
|
id: yt-dlp-web-ui
|
||||||
uses: docker/metadata-action@v3
|
uses: docker/metadata-action@v3
|
||||||
with:
|
with:
|
||||||
# list of Docker images to use as base name for tags
|
|
||||||
images: |
|
images: |
|
||||||
<specify the image name>
|
yt-dlp-web-ui
|
||||||
# Docker tags based on the following events/attributes
|
|
||||||
tags: |
|
tags: |
|
||||||
type=schedule
|
type=schedule
|
||||||
type=ref,event=branch
|
type=ref,event=branch
|
||||||
|
|||||||
Reference in New Issue
Block a user