diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe9f517..110d0a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,6 +53,8 @@ jobs: type=semver,pattern={{version}} type=semver,pattern={{major}}.{{minor}} type=semver,pattern={{version}},suffix=-alpine${{ steps.alpine.outputs.version }} + env: + DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index - name: Build Docker image uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0 @@ -66,6 +68,7 @@ jobs: load: ${{ github.event_name == 'pull_request' }} push: ${{ github.event_name != 'pull_request' }} platforms: ${{ github.event_name != 'pull_request' && env.platforms || '' }} + annotations: ${{ steps.meta.outputs.annotations }} pull: true sbom: ${{ github.event_name != 'pull_request' }} provenance: ${{ github.event_name != 'pull_request' }}