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:
parent
25b3f4dd83
commit
5fcfdff74f
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -15,10 +15,10 @@ env:
|
||||||
KUBEBUILDER_VERSION: '2.3.1'
|
KUBEBUILDER_VERSION: '2.3.1'
|
||||||
DOCKER_BUILDX_VERSION: 'v0.4.2'
|
DOCKER_BUILDX_VERSION: 'v0.4.2'
|
||||||
|
|
||||||
# Common users. We can't run a step 'if secrets.GHCR_USER != ""' but we can run
|
# Common users. We can't run a step 'if secrets.GHCR_USERNAME != ""' but we can run
|
||||||
# a step 'if env.GHCR_USER' != ""', so we copy these to succinctly test whether
|
# 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.
|
# credentials have been provided before trying to run steps that need them.
|
||||||
GHCR_USER: ${{ secrets.GHCR_USERNAME }}
|
GHCR_USERNAME: ${{ secrets.GHCR_USERNAME }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
detect-noop:
|
detect-noop:
|
||||||
|
|
Loading…
Reference in a new issue