.gitea/workflows/docker.yml aktualisiert
Some checks failed
Build & Push Docker image / docker-build (push) Failing after 15s
Some checks failed
Build & Push Docker image / docker-build (push) Failing after 15s
This commit is contained in:
@@ -17,16 +17,10 @@ jobs:
|
||||
ref: master
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Debug network
|
||||
run: |
|
||||
curl -v https://localregistry.nauheimtech.de/v2/
|
||||
ip route
|
||||
|
||||
- name: Set up Docker buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Login to registry
|
||||
if: ${{ secrets.REGISTRY_USER != '' }}
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: localregistry.nauheimtech.de
|
||||
|
||||
Reference in New Issue
Block a user