Try adding secrets to the workflow script.

This commit is contained in:
H. Utku Maden 2024-03-19 18:42:11 +03:00
parent 18f533ce47
commit a1ca2ee3ea
Signed by: themixedupstuff
GPG Key ID: 25A001B636F17843

@ -12,7 +12,11 @@ jobs:
run: apt update -y
- 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"
- name: Check repository out.
uses: actions/checkout@v3
- name: Build Docker Image
run: docker build -t quik/docker-cross-compiler
run: docker build -t git.mixedup.dev/QUIK/docker-cross-compiler
- name: Upload Docker Image
name: docker push git.mixedup.dev/QUIK/docker-cross-compiler