Skip to content

Commit 3e6157d

Browse files
committed
Remove build_secrets (for now)
+ Need to find better way of passing secrets without making the reusable workflow aware of each and every secret name
1 parent 1dafce1 commit 3e6157d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build-docker-image.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ on:
1515
required: true
1616
type: string
1717
description: "The build args to use for the Docker image"
18-
build_secrets:
19-
required: false
20-
type: string
21-
description: "The build secrets to use for the Docker image"
2218

2319
jobs:
2420
build:
@@ -67,7 +63,6 @@ jobs:
6763
platforms: linux/arm64
6864
push: true
6965
secrets: |
70-
${{ inputs.build_secrets }}
7166
"sentry_auth_token=${{ secrets.SENTRY_AUTH_TOKEN }}"
7267
"sentry_org=${{ secrets.SENTRY_ORG }}"
7368
tags: ${{ inputs.tags }}

0 commit comments

Comments
 (0)