updated build yaml to try and force http for docker login
Build and Push Image / build-and-push (push) Failing after 22s
Build and Push Image / build-and-push (push) Failing after 22s
This commit is contained in:
@@ -12,8 +12,13 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
- name: Remove Docker Credentials
|
||||
run: |
|
||||
rm -f /var/lib/docker/credentials/*
|
||||
|
||||
- name: Set Docker Host
|
||||
run: |
|
||||
export DOCKER_HOST=tcp://192.168.68.150:2375
|
||||
|
||||
- name: Log in to Gitea Registry
|
||||
uses: docker/login-action@v3
|
||||
|
||||
Reference in New Issue
Block a user