1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00

fix(ci): use correct env name GHCR_USERNAME

This commit is contained in:
Markus Maga 2021-03-18 02:28:06 +01:00 committed by GitHub
parent 25b3f4dd83
commit 5fcfdff74f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,10 +15,10 @@ env:
KUBEBUILDER_VERSION: '2.3.1'
DOCKER_BUILDX_VERSION: 'v0.4.2'
# Common users. We can't run a step 'if secrets.GHCR_USER != ""' but we can run
# a step 'if env.GHCR_USER' != ""', so we copy these to succinctly test whether
# Common users. We can't run a step 'if secrets.GHCR_USERNAME != ""' but we can run
# a step 'if env.GHCR_USERNAME' != ""', so we copy these to succinctly test whether
# credentials have been provided before trying to run steps that need them.
GHCR_USER: ${{ secrets.GHCR_USERNAME }}
GHCR_USERNAME: ${{ secrets.GHCR_USERNAME }}
jobs:
detect-noop: