Fix secret
All checks were successful
Build and Push / build-and-push (push) Successful in 56s

This commit is contained in:
Adam Štrauch 2025-04-21 13:04:33 +02:00
parent 62bbf632d3
commit a6cddd9c04
Signed by: cx
GPG key ID: 7262DAFE292BCE20

View file

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