We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f75511b commit 1b6042cCopy full SHA for 1b6042c
1 file changed
.github/workflows/build-and-push-image.yml
@@ -2,7 +2,7 @@ name: Container image build and tag
2
on:
3
push:
4
branches:
5
- - 'main'
+ - 'tarilabs-20250912'
6
tags:
7
- 'v*'
8
paths-ignore:
@@ -29,7 +29,8 @@ jobs:
29
uses: ./.github/workflows/prepare.yml
30
build-image:
31
permissions:
32
- contents: read
+ actions: read # anchore/sbom-action for syft
33
+ contents: write # anchore/sbom-action for syft
34
packages: write
35
runs-on: ubuntu-latest
36
needs: prepare
0 commit comments