Skip to content

Commit

Permalink
Revert annotation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cromefire committed Oct 22, 2023
1 parent 4ba7454 commit 4b085f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 4b085f7

Please sign in to comment.