diff options
author | 2024-11-16 21:03:08 -0800 | |
---|---|---|
committer | 2024-11-17 13:26:32 -0800 | |
commit | 333882de824732324aa5b8dd6f0fea70732cba16 (patch) | |
tree | 5867d3afc16e4c971ea6fcbad711c5ad2806c7de | |
parent | c3d7783b6113397f77a41c6ffd20376f69c5f4ff (diff) | |
download | miniflux-ai-333882de824732324aa5b8dd6f0fea70732cba16.tar.gz miniflux-ai-333882de824732324aa5b8dd6f0fea70732cba16.tar.zst miniflux-ai-333882de824732324aa5b8dd6f0fea70732cba16.zip |
Add annotations to docker build
-rw-r--r-- | .github/workflows/docker-image.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index ac96a94..4f33e8a 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -38,6 +38,8 @@ jobs: - name: Docker meta id: meta uses: docker/metadata-action@v5 + env: + DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index with: images: | ghcr.io/${{ github.repository }} @@ -59,5 +61,6 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} + annotations: ${{ steps.meta.outputs.annotations }} cache-from: type=gha cache-to: type=gha,mode=max |