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:
3
.github/workflows/docker-build.yml
vendored
3
.github/workflows/docker-build.yml
vendored
@@ -16,7 +16,8 @@ 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
|
||||
with:
|
||||
|
||||
@@ -19,10 +19,10 @@ if (response.ok) {
|
||||
const middle = Math.round(files.length / 2);
|
||||
shuffeld = files.slice(0,middle);
|
||||
images = files.slice(middle);
|
||||
} else {
|
||||
console.error("FAILED TO FETCH");
|
||||
} else {
|
||||
console.error("FAILED TO FETCH", response.status, response.message);
|
||||
process.exit(1);
|
||||
}
|
||||
}
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user