Skip to content

Commit

Permalink
fix[build]: Add index annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
sidey79 committed Jun 18, 2024
1 parent 7e3c618 commit bd968f6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,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_owner }}/fhem-docker
Expand Down Expand Up @@ -428,6 +430,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_owner }}/fhem-docker
Expand Down Expand Up @@ -473,6 +477,8 @@ jobs:
- name: Docker meta
id: meta_base
uses: docker/metadata-action@v5
env:
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
with:
images: |
ghcr.io/${{ github.repository_owner }}/fhem-minimal-docker
Expand Down

0 comments on commit bd968f6

Please sign in to comment.