ci: use secret instead
Some checks failed
CI / security (push) Successful in 2m5s
CI / test (push) Failing after 7m43s
CI / docker-build (push) Has been skipped

This commit is contained in:
2025-08-31 21:23:25 +02:00
parent e822dc2a6b
commit f54ed8b912

View File

@@ -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}