We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fd667a commit 1c74f99Copy full SHA for 1c74f99
1 file changed
.github/workflows/build-images-manifests.yml
@@ -6,15 +6,9 @@ on:
6
# branches: [ main ]
7
workflow_dispatch:
8
9
-# concurrency:
10
-# group: ${{ github.workflow }}-${{ github.ref }}
11
-# cancel-in-progress: true
12
-
13
-permissions: read-all
14
15
env:
16
REGISTRY_NAME: ghcr.io # SDSC ADD-ON
17
- USERNAME: ${{ github.actor }}
+ USERNAME: ${{ github.repository_owner }}
18
TAG: gha${{ github.run_number }}
19
20
jobs:
@@ -36,15 +30,6 @@ jobs:
36
30
- image: presidio-image-redactor
37
31
platform: linux/amd64
38
32
runner: ubuntu-latest
39
- - image: presidio-anonymizer
40
- platform: linux/arm64
41
- runner: ubuntu-24.04-arm
42
- - image: presidio-analyzer
43
44
45
- - image: presidio-image-redactor
46
47
48
33
steps:
49
34
# SDSC ADD-ON
50
35
- name: Get latest Presidio release tag
0 commit comments