ci: fix runs-on syntax and apply kaniko memory optimizations
This commit is contained in:
parent
8e264ead86
commit
b801b5c837
|
|
@ -24,7 +24,7 @@ jobs:
|
||||||
- name: Set up Docker config
|
- name: Set up Docker config
|
||||||
run: |
|
run: |
|
||||||
mkdir -p .docker
|
mkdir -p .docker
|
||||||
echo "{\"auths\":{\"https://index.docker.io/v1/\":{\"auth\":\"$(echo -n "frankchine:${{ secrets.DOCKERHUB_TOKEN }}" | base64 | tr -d '\n')\"}}}" > .docker/config.json
|
echo "{\"auths\":{\"https://index.docker.io/v1/\":{\"auth\":\"$(echo -n \"frankchine:${{ secrets.DOCKERHUB_TOKEN }}\" | base64 | tr -d '\n')\"}}}" > .docker/config.json
|
||||||
|
|
||||||
- name: Build and Push with Kaniko
|
- name: Build and Push with Kaniko
|
||||||
uses: docker://gcr.io/kaniko-project/executor:debug
|
uses: docker://gcr.io/kaniko-project/executor:debug
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue