mirror of
https://github.com/JuLi0n21/homepage.git
synced 2026-04-19 15:20:05 +00:00
another attempt to fix
This commit is contained in:
1
.github/workflows/docker-build.yml
vendored
1
.github/workflows/docker-build.yml
vendored
@@ -16,6 +16,7 @@ jobs:
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
driver-opts: network=host
|
||||
buildkitd-flags: '--allow-insecure-entitlement network.host'
|
||||
|
||||
- name: Login to Private Registry
|
||||
uses: docker/login-action@v3
|
||||
|
||||
@@ -20,7 +20,7 @@ if (response.ok) {
|
||||
shuffeld = files.slice(0,middle);
|
||||
images = files.slice(middle);
|
||||
} else {
|
||||
console.error("FAILED TO FETCH");
|
||||
console.error("FAILED TO FETCH", response.status, response.message);
|
||||
process.exit(1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user