From 98a97bdc423fa5783d7a3303dbd3cf247050bc7f Mon Sep 17 00:00:00 2001 From: marcobaobao Date: Sat, 4 Jun 2022 15:05:58 +0200 Subject: [PATCH] multiarch docker ci --- .github/workflows/docker-image.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 145a5a6..c8b8e31 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -31,16 +31,14 @@ jobs: if: github.event_name != 'pull_request' uses: docker/login-action@v1 with: - username: ${{ secrets.DOCKER_HUB_USERNAME }} - password: ${{ secrets.DOCKER_HUB_TOKEN }} + username: ${{secrets.DOCKER_HUB_USERNAME}} + 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: | - - # Docker tags based on the following events/attributes + yt-dlp-web-ui tags: | type=schedule type=ref,event=branch