From 882c412975c878938b363967a54e59cf4d510b30 Mon Sep 17 00:00:00 2001 From: Alexandre Teles Date: Mon, 19 Sep 2022 11:34:23 -0300 Subject: [PATCH] fix image name --- .github/workflows/varnish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/varnish.yml b/.github/workflows/varnish.yml index 9e892a8..364608f 100644 --- a/.github/workflows/varnish.yml +++ b/.github/workflows/varnish.yml @@ -53,6 +53,7 @@ jobs: flavor: | latest=${{ startsWith(github.ref, 'refs/heads/main') }} suffix=-${{ github.sha }} + tags: | - name: Build and push Docker image id: build @@ -63,6 +64,5 @@ jobs: file: ./varnish/Dockerfile platforms: linux/amd64,linux/arm64/v8 push: true - tags: | - type=raw, value=varnish-revanced-releases-api + tags: varnish-revanced-releases:latest labels: ${{ steps.meta.outputs.labels }}