Skip to content

Commit 4c2d7e7

Browse files
committed
chore: another secrets change
1 parent 231ffec commit 4c2d7e7

1 file changed

Lines changed: 5 additions & 13 deletions

File tree

.github/workflows/workflows.yaml

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,11 @@ on:
66
description: 'Name of images to build'
77
required: true
88
type: string
9-
acr-username: ${{ secrets.AZURE_APP_ID_ACR }}
10-
# description: 'Username to use when logging into ACR'
11-
# required: true
12-
# type: string
13-
acr-password: ${{ secrets.AZURE_PASSWORD_ACR }}
14-
# description: 'Password to use when logging into ACR'
15-
# required: true
16-
# type: string
179
acr-registry-url:
1810
description: 'The url of the ACR registry to fetch credentials from'
1911
required: false
2012
type: string
21-
default: 'tignis.azurecr.io'
22-
pip-extra-index-url: ${{secrets.PIP_EXTRA_INDEX_URL}}
23-
# description: 'The PIP_EXTRA_INDEX_URL for private pip packages'
24-
# required: true
25-
# type: string
13+
default: 'tignis.azurecr.io'
2614
push:
2715
description: 'Also push the image to the remote repository'
2816
required: false
@@ -43,6 +31,10 @@ on:
4331
required: false
4432
type: string
4533
default: ''
34+
secrets:
35+
acr-username: ${{ secrets.AZURE_APP_ID_ACR }}
36+
acr-password: ${{ secrets.AZURE_PASSWORD_ACR }}
37+
pip-extra-index-url: ${{secrets.PIP_EXTRA_INDEX_URL}}
4638
outputs:
4739
tag:
4840
description: 'Final tag used for the multi-architecture docker image'

0 commit comments

Comments
 (0)