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 45d0600 commit e22f2b3Copy full SHA for e22f2b3
.github/workflows/docker.yaml
@@ -48,11 +48,15 @@ jobs:
48
[ "${GITHUB_EVENT_NAME}" == 'release' ] && echo "tag=${GITHUB_REF##*/}" >> $GITHUB_ENV || true
49
[ "${GITHUB_EVENT_NAME}" == 'push' ] && echo "tag=latest" >> $GITHUB_ENV || true
50
51
+ - name: Set up Docker Buildx
52
+ uses: docker/setup-buildx-action@v3
53
+
54
- name: Build and push image
55
uses: docker/build-push-action@v6
56
with:
57
context: .
58
push: true
59
+ sbom: true
60
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.tag }}
61
62
integration:
0 commit comments