Skip to content

Commit

Permalink
Update docker-image-publish.yml
Browse files Browse the repository at this point in the history
Add annotations to the image
  • Loading branch information
rloomans committed Jul 31, 2024
1 parent a91142c commit 33fc4a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-image-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ jobs:
type=ref,event=tag
type=schedule,pattern={{date 'YYYYMMDD-hhmmss' tz='Australia/Brisbane'}}
type=sha
env:
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index

- name: Build and push Docker images
uses: docker/build-push-action@v6
Expand All @@ -75,3 +77,4 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
annotations: ${{ steps.meta.outputs.annotations }}

0 comments on commit 33fc4a9

Please sign in to comment.