fix image name

This commit is contained in:
Alexandre Teles 2022-09-19 11:19:05 -03:00
parent d94f223374
commit ac69b5ef9c

View File

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