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 9a296a4 commit 4c42b1aCopy full SHA for 4c42b1a
.github/workflows/docker.yaml
@@ -36,9 +36,13 @@ jobs:
36
[ "${GITHUB_EVENT_NAME}" == 'release' ] && echo "tag=${GITHUB_REF##*/}" >> $GITHUB_ENV || true
37
[ "${GITHUB_EVENT_NAME}" == 'push' ] && echo "tag=latest" >> $GITHUB_ENV || true
38
39
+ - name: Set up Docker Buildx
40
+ uses: docker/setup-buildx-action@v3
41
+
42
- name: Build and push image
- uses: docker/build-push-action@v5
43
+ uses: docker/build-push-action@v6
44
with:
45
context: .
46
push: true
47
+ sbom: true
48
tags: ${{ env.REGISTRY }}/metal-stack/cluster-api-metal-stack-controller:${{ env.tag }}
0 commit comments