This commit is contained in:
parent
62bbf632d3
commit
a6cddd9c04
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
env:
|
||||
INSTANCE: gitea.ceperka.net
|
||||
USERNAME: cx
|
||||
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login $INSTANCE -u "cx" --password-stdin
|
||||
run: echo "${{ secrets.CICD_TOKEN }}" | docker login $INSTANCE -u "cx" --password-stdin
|
||||
|
||||
# Step 3: Build the project
|
||||
- name: Build the project
|
||||
|
|
Loading…
Reference in a new issue