diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2862d9a..208b82f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,6 +56,8 @@ jobs: - uses: actions/checkout@v4 - uses: docker/metadata-action@v5 id: meta + env: + DOCKER_METADATA_ANNOTATIONS_LEVELS: index,manifest,manifest-descriptor with: images: ${{env.REGISTRY}}/${{github.repository}} tags: | @@ -76,6 +78,6 @@ jobs: with: context: . platforms: linux/amd64,linux/arm64 - push: ${{ github.event_name != 'pull_request' }} + push: true tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} + annotations: ${{ steps.meta.outputs.annotations }}