From ca9065fa19d2872a4d3203ff4d61be73647ecb31 Mon Sep 17 00:00:00 2001 From: Estrella Pan <33726646+EstrellaXD@users.noreply.github.com> Date: Sat, 9 Jul 2022 15:13:37 +0800 Subject: [PATCH] Update docker.yml --- .github/workflows/docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 83bea090..7ef21475 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -18,7 +18,7 @@ jobs: with: images: ${{ secrets.DOCKER_HUB_USERNAME }}/auto_bangumi tags: | - type=ref,event=tag + type=ref - name: Set up QEMU uses: docker/setup-qemu-action@v2 @@ -39,4 +39,4 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file + labels: ${{ steps.meta.outputs.labels }}