multiarch docker ci

This commit is contained in:
2022-06-04 15:05:58 +02:00
parent 52cffed0dc
commit 98a97bdc42

View File

@@ -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