Skip to content

Commit 1b6042c

Browse files
committed
wip
Signed-off-by: Matteo Mortari <matteo.mortari@gmail.com>
1 parent f75511b commit 1b6042c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build-and-push-image.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Container image build and tag
22
on:
33
push:
44
branches:
5-
- 'main'
5+
- 'tarilabs-20250912'
66
tags:
77
- 'v*'
88
paths-ignore:
@@ -29,7 +29,8 @@ jobs:
2929
uses: ./.github/workflows/prepare.yml
3030
build-image:
3131
permissions:
32-
contents: read
32+
actions: read # anchore/sbom-action for syft
33+
contents: write # anchore/sbom-action for syft
3334
packages: write
3435
runs-on: ubuntu-latest
3536
needs: prepare

0 commit comments

Comments
 (0)