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 99a5754 commit 8eda7eaCopy full SHA for 8eda7ea
.github/workflows/main.yml
@@ -57,9 +57,13 @@ jobs:
57
[ "${GITHUB_EVENT_NAME}" == 'release' ] && echo "tag=${GITHUB_REF##*/}" >> $GITHUB_ENV || true
58
[ "${GITHUB_EVENT_NAME}" == 'push' ] && echo "tag=latest" >> $GITHUB_ENV || true
59
60
+ - name: Set up Docker Buildx
61
+ uses: docker/setup-buildx-action@v3
62
+
63
- name: Build and push image
64
uses: docker/build-push-action@v6
65
with:
66
context: .
67
push: true
68
+ sbom: true
69
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.tag }}
0 commit comments