Skip to content

Commit 1c74f99

Browse files
committed
fix: change permissions
1 parent 5fd667a commit 1c74f99

1 file changed

Lines changed: 1 addition & 16 deletions

File tree

.github/workflows/build-images-manifests.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,9 @@ on:
66
# branches: [ main ]
77
workflow_dispatch:
88

9-
# concurrency:
10-
# group: ${{ github.workflow }}-${{ github.ref }}
11-
# cancel-in-progress: true
12-
13-
permissions: read-all
14-
159
env:
1610
REGISTRY_NAME: ghcr.io # SDSC ADD-ON
17-
USERNAME: ${{ github.actor }}
11+
USERNAME: ${{ github.repository_owner }}
1812
TAG: gha${{ github.run_number }}
1913

2014
jobs:
@@ -36,15 +30,6 @@ jobs:
3630
- image: presidio-image-redactor
3731
platform: linux/amd64
3832
runner: ubuntu-latest
39-
- image: presidio-anonymizer
40-
platform: linux/arm64
41-
runner: ubuntu-24.04-arm
42-
- image: presidio-analyzer
43-
platform: linux/arm64
44-
runner: ubuntu-24.04-arm
45-
- image: presidio-image-redactor
46-
platform: linux/arm64
47-
runner: ubuntu-24.04-arm
4833
steps:
4934
# SDSC ADD-ON
5035
- name: Get latest Presidio release tag

0 commit comments

Comments
 (0)