feature/buid-Kaniko #1
@@ -37,6 +37,12 @@ jobs:
|
||||
AUTH=$(printf "%s" "${{ secrets.REGISTRY_USERNAME }}:${{ secrets.REGISTRY_PASSWORD }}" | base64 -w 0)
|
||||
printf '{"auths":{"git.limbosolutions.com":{"auth":"%s"}}}' "$AUTH" > ~/.docker/config.json
|
||||
|
||||
- name: Validate auth file
|
||||
run: |
|
||||
cat ~/.docker/config.json
|
||||
jq . ~/.docker/config.json
|
||||
|
||||
|
||||
- name: Build and push image
|
||||
run: |
|
||||
buildctl \
|
||||
|
||||
Reference in New Issue
Block a user