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
|
||||
with:
|
||||
username: ${{secrets.DOCKER_HUB_USERNAME}}
|
||||
password: ${{ secrets.DOCKER_HUB_TOKEN }}
|
||||
password: ${{secrets.DOCKER_HUB_PASSWORD}}
|
||||
- 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
|
||||
with:
|
||||
# list of Docker images to use as base name for tags
|
||||
images: |
|
||||
<specify the image name>
|
||||
# Docker tags based on the following events/attributes
|
||||
yt-dlp-web-ui
|
||||
tags: |
|
||||
type=schedule
|
||||
type=ref,event=branch
|
||||
|
||||
Reference in New Issue
Block a user