Skip to content

Commit 4244eb6

Browse files
committed
ci(satp-hermes): enable dockerhub push permissions
Signed-off-by: Rafael Belchior <[email protected]>
1 parent 40263d6 commit 4244eb6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/satp-hermes-docker.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ on:
3737
description: "Whether this is a release build"
3838
value: ${{ jobs.set-docker-tags.outputs.is_release }}
3939

40+
permissions:
41+
contents: read
42+
packages: write
43+
4044
jobs:
4145
# Set Docker tags based on branch and commit information
4246
set-docker-tags:

0 commit comments

Comments
 (0)