Skip to content

Commit 6a4a6af

Browse files
committed
#369 Enable Docker push for SHA tag
Pushing a Docker image (even for testing purposes) requires respective permissions.
1 parent 3d72f09 commit 6a4a6af

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/gradle-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ on:
1515

1616
jobs:
1717
build-artifacts:
18+
permissions:
19+
packages: write
20+
contents: read
1821
uses: ./.github/workflows/build-artifacts.yml
1922
with:
2023
# SonarQube requires JDK 17 or higher

0 commit comments

Comments
 (0)