User CICD access from secrets
All checks were successful
Build the Core image / build (push) Successful in 4m9s
All checks were successful
Build the Core image / build (push) Successful in 4m9s
This commit is contained in:
parent
4dd980586f
commit
7cdab8699f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Log in to registry
|
||||
run: echo "${{ env.FORGEJO_TOKEN }}" | docker login gitea.ceperka.net -u ${{ env.FORGEJO_ACTOR }} --password-stdin
|
||||
run: echo "${{ secrets.CICD_PASSWORD }}" | docker login gitea.ceperka.net -u ${{ secrets.CICD_USER }} --password-stdin
|
||||
|
||||
- name: Download latest upstream image
|
||||
run: docker pull quay.io/fedora/fedora-coreos:testing
|
||||
|
|
|
|||
Loading…
Reference in a new issue