modified: .gitea/workflows/ docker-image.deploy.yml
Some checks failed
/ build-image (push) Failing after 17s
Some checks failed
/ build-image (push) Failing after 17s
This commit is contained in:
@@ -37,12 +37,6 @@ jobs:
|
|||||||
AUTH=$(printf "%s" "${{ secrets.GITLIMBO_DOCKER_REGISTRY_USERNAME }}:${{ secrets.GITLIMBO_DOCKER_REGISTRY_PASSWORD }}" | base64 -w 0)
|
AUTH=$(printf "%s" "${{ secrets.GITLIMBO_DOCKER_REGISTRY_USERNAME }}:${{ secrets.GITLIMBO_DOCKER_REGISTRY_PASSWORD }}" | base64 -w 0)
|
||||||
printf '{"auths":{"git.limbosolutions.com":{"auth":"%s"}}}' "$AUTH" > ~/.docker/config.json
|
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
|
- name: Build and push image
|
||||||
run: |
|
run: |
|
||||||
buildctl \
|
buildctl \
|
||||||
|
|||||||
Reference in New Issue
Block a user