fix image name

This commit is contained in:
Alexandre Teles 2022-09-19 11:34:23 -03:00
parent 9e9e949ad0
commit 882c412975

View File

@ -53,6 +53,7 @@ jobs:
flavor: | flavor: |
latest=${{ startsWith(github.ref, 'refs/heads/main') }} latest=${{ startsWith(github.ref, 'refs/heads/main') }}
suffix=-${{ github.sha }} suffix=-${{ github.sha }}
tags: |
- name: Build and push Docker image - name: Build and push Docker image
id: build id: build
@ -63,6 +64,5 @@ jobs:
file: ./varnish/Dockerfile file: ./varnish/Dockerfile
platforms: linux/amd64,linux/arm64/v8 platforms: linux/amd64,linux/arm64/v8
push: true push: true
tags: | tags: varnish-revanced-releases:latest
type=raw, value=varnish-revanced-releases-api
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}