diff --git a/.github/workflows/docker-publish.yaml b/.github/workflows/docker-publish.yaml index ec18b91e..eb592c41 100644 --- a/.github/workflows/docker-publish.yaml +++ b/.github/workflows/docker-publish.yaml @@ -5,6 +5,7 @@ on: branches: - "main" - "develop" + - fix/pipeline tags: - "v*" @@ -68,7 +69,7 @@ jobs: context: . platforms: ${{ matrix.platform }} labels: ${{ steps.meta.outputs.labels }} - outputs: type=image,name=${{ env.IMAGE_NAME }}:${{ env.DOCKER_METADATA_OUTPUT_VERSION }},push-by-digest=true,name-canonical=true,push=true + outputs: type=image,name=${{ env.IMAGE_NAME }},push-by-digest=true,name-canonical=true,push=true cache-from: type=gha cache-to: type=gha,mode=max