We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24cbada commit ebd3045Copy full SHA for ebd3045
.github/workflows/build-container.yml
@@ -51,11 +51,14 @@ jobs:
51
type=ref,event=branch
52
type=ref,event=pr
53
type=raw,value=latest,enable={{is_default_branch}}
54
+ env:
55
+ DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
56
- name: Build and push
57
uses: docker/build-push-action@v5
58
with:
59
push: true
60
tags: ${{ steps.meta.outputs.tags }}
61
+ labels: ${{ steps.meta.outputs.labels }}
62
annotations: ${{ steps.meta.outputs.annotations }}
63
- name: Update deployed image
64
if: ${{ contains( fromJSON(steps.meta.outputs.json).tags, format('{0}:latest', github.repository)) }}
0 commit comments