From ac69b5ef9c43d921c529c3bb8ef9b188afb9ef09 Mon Sep 17 00:00:00 2001 From: Alexandre Teles Date: Mon, 19 Sep 2022 11:19:05 -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 bf38285..8b38d86 100644 --- a/.github/workflows/varnish.yml +++ b/.github/workflows/varnish.yml @@ -49,7 +49,7 @@ jobs: id: meta uses: docker/metadata-action@v3 with: - images: ${{ env.REGISTRY }}/varnish-${{ env.IMAGE_NAME }} + images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} flavor: | latest=${{ startsWith(github.ref, 'refs/heads/main') }} suffix=-${{ github.sha }} @@ -64,4 +64,4 @@ jobs: platforms: linux/amd64,linux/arm64/v8 push: true tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} + labels: varnish-cache.org=${{ steps.meta.outputs.labels }}