mirror of
https://github.com/JuLi0n21/homepage.git
synced 2026-04-19 15:20:05 +00:00
try to give network access
This commit is contained in:
5
.github/workflows/docker-build.yml
vendored
5
.github/workflows/docker-build.yml
vendored
@@ -14,7 +14,9 @@ jobs:
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
with:
|
||||
driver-opts: network=host
|
||||
|
||||
- name: Login to Private Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
@@ -28,6 +30,7 @@ jobs:
|
||||
context: .
|
||||
push: true
|
||||
network: host
|
||||
allow: network.host
|
||||
tags: |
|
||||
docker.illegalesachen.download/repository/astro-homepage:latest
|
||||
docker.illegalesachen.download/repository/astro-homepage:${{ github.sha }}
|
||||
|
||||
Reference in New Issue
Block a user