diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index c60506b..20166a1 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -133,9 +133,11 @@ jobs: platforms: ${{ matrix.platform.docker }} push: true labels: ${{ steps.meta.outputs.labels }} + # Wait for https://github.com/docker/build-push-action/issues/958 + #annotations: ${{ steps.meta.outputs.labels }} cache-from: type=gha cache-to: type=gha,mode=max - outputs: type=registry,name=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }},push-by-digest=true,name-canonical=true,annotation.${{ join(steps.meta.outputs.labels, ',annotation.') }} + outputs: type=registry,name=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }},push-by-digest=true,name-canonical=true - name: Export digest if: github.event_name != 'pull_request'