Merge branch 'stable' of https://git.mixedup.dev/QUIK/docker-cross-compiler into stable
Some checks failed
Build / build (push) Failing after 34s

This commit is contained in:
H. Utku Maden 2024-03-23 11:05:30 +03:00
commit a644c84827

@ -13,7 +13,7 @@ jobs:
- name: Gather dependencies. - name: Gather dependencies.
run: apt install -y docker.io run: apt install -y docker.io
- name: Log into Docker registry. - 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. - name: Check repository out.
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Build Docker Image - name: Build Docker Image