Update .gitea/workflows/build.yaml
All checks were successful
Build / build (push) Successful in 5m15s

This commit is contained in:
themixedupstuff 2024-03-19 17:55:45 +01:00
parent 74bc3a4d42
commit aae31f8a25

@ -13,7 +13,7 @@ jobs:
- name: Gather dependencies.
run: apt install -y docker.io
- name: Log into Docker registry.
run: "echo ${{secrets.QUIK_API_KEY}} > docker login -u themixedupstuff --password-stdin git.mixedup.dev"
run: "echo ${{secrets.QUIK_API_KEY}} | docker login -u themixedupstuff --password-stdin git.mixedup.dev"
- name: Check repository out.
uses: actions/checkout@v3
- name: Build Docker Image