try to give network access

This commit is contained in:
2026-03-02 21:30:43 +01:00
parent b1faf933b2
commit ecc7baa72e

View File

@@ -14,6 +14,8 @@ jobs:
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
with:
driver-opts: network=host
- name: Login to Private Registry - name: Login to Private Registry
uses: docker/login-action@v3 uses: docker/login-action@v3
@@ -28,6 +30,7 @@ jobs:
context: . context: .
push: true push: true
network: host network: host
allow: network.host
tags: | tags: |
docker.illegalesachen.download/repository/astro-homepage:latest docker.illegalesachen.download/repository/astro-homepage:latest
docker.illegalesachen.download/repository/astro-homepage:${{ github.sha }} docker.illegalesachen.download/repository/astro-homepage:${{ github.sha }}