mirror of
https://github.com/JuLi0n21/homepage.git
synced 2026-04-19 23:30:06 +00:00
try to give network access
This commit is contained in:
3
.github/workflows/docker-build.yml
vendored
3
.github/workflows/docker-build.yml
vendored
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user