ci: use secret instead
This commit is contained in:
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@@ -12,8 +12,8 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: harbor.simonmalm.com/infra/gitea-runner:latest
|
image: harbor.simonmalm.com/infra/gitea-runner:latest
|
||||||
credentials:
|
credentials:
|
||||||
username: ${{ env.CONTAINER_REGISTRY_USERNAME }}
|
username: ${{ secrets.CONTAINER_REGISTRY_USERNAME }}
|
||||||
password: ${{ env.CONTAINER_REGISTRY_PASSWORD }}
|
password: ${{ secrets.CONTAINER_REGISTRY_PASSWORD }}
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: nu {0}
|
shell: nu {0}
|
||||||
@@ -51,8 +51,8 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: harbor.simonmalm.com/infra/gitea-runner:latest
|
image: harbor.simonmalm.com/infra/gitea-runner:latest
|
||||||
credentials:
|
credentials:
|
||||||
username: ${{ env.CONTAINER_REGISTRY_USERNAME }}
|
username: ${{ secrets.CONTAINER_REGISTRY_USERNAME }}
|
||||||
password: ${{ env.CONTAINER_REGISTRY_PASSWORD }}
|
password: ${{ secrets.CONTAINER_REGISTRY_PASSWORD }}
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: nu {0}
|
shell: nu {0}
|
||||||
@@ -93,8 +93,8 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: harbor.simonmalm.com/infra/gitea-runner:latest
|
image: harbor.simonmalm.com/infra/gitea-runner:latest
|
||||||
credentials:
|
credentials:
|
||||||
username: ${{ env.CONTAINER_REGISTRY_USERNAME }}
|
username: ${{ secrets.CONTAINER_REGISTRY_USERNAME }}
|
||||||
password: ${{ env.CONTAINER_REGISTRY_PASSWORD }}
|
password: ${{ secrets.CONTAINER_REGISTRY_PASSWORD }}
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: nu {0}
|
shell: nu {0}
|
||||||
|
|||||||
Reference in New Issue
Block a user