We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c74f99 commit 29e58edCopy full SHA for 29e58ed
1 file changed
.github/workflows/build-images-manifests.yml
@@ -15,9 +15,6 @@ jobs:
15
build-platform-images:
16
name: Build ${{ matrix.image }} (${{ matrix.platform }})
17
runs-on: ${{ matrix.runner }}
18
- permissions:
19
- id-token: write
20
- contents: read
21
strategy:
22
matrix:
23
include:
@@ -73,9 +70,6 @@ jobs:
73
70
name: Create Multi-Platform Manifests
74
71
runs-on: ubuntu-latest
75
72
needs: build-platform-images
76
77
78
79
steps:
80
# SDSC ADD-ON
81
# https://github.com/docker/login-action
0 commit comments