diff options
author | 2023-09-26 17:12:26 -0700 | |
---|---|---|
committer | 2023-09-26 17:12:26 -0700 | |
commit | 5cf29df066444571b5f23d9b4834df42e9765a1e (patch) | |
tree | 1555faef360cade1647fd6403446dd5eb2c4a183 | |
parent | 1bf36cf123b0722f344f600244a53ed16041a0fd (diff) | |
download | bun-5cf29df066444571b5f23d9b4834df42e9765a1e.tar.gz bun-5cf29df066444571b5f23d9b4834df42e9765a1e.tar.zst bun-5cf29df066444571b5f23d9b4834df42e9765a1e.zip |
Fix debian-slim docker workflow
-rw-r--r-- | .github/workflows/bun-release-canary.yml | 1 | ||||
-rw-r--r-- | .github/workflows/bun-release.yml | 1 | ||||
-rw-r--r-- | dockerhub/slim/Dockerfile (renamed from dockerhub/debian-slim/Dockerfile) | 0 | ||||
-rwxr-xr-x | dockerhub/slim/docker-entrypoint.sh (renamed from dockerhub/debian-slim/docker-entrypoint.sh) | 0 |
4 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/bun-release-canary.yml b/.github/workflows/bun-release-canary.yml index aaaf3d48e..b37aa3067 100644 --- a/.github/workflows/bun-release-canary.yml +++ b/.github/workflows/bun-release-canary.yml @@ -75,6 +75,7 @@ jobs: permissions: contents: read strategy: + fail-fast: false matrix: variant: - debian diff --git a/.github/workflows/bun-release.yml b/.github/workflows/bun-release.yml index 294a41ea6..cd52fdd2a 100644 --- a/.github/workflows/bun-release.yml +++ b/.github/workflows/bun-release.yml @@ -140,6 +140,7 @@ jobs: permissions: contents: read strategy: + fail-fast: false matrix: variant: - debian diff --git a/dockerhub/debian-slim/Dockerfile b/dockerhub/slim/Dockerfile index 1b99f80dc..1b99f80dc 100644 --- a/dockerhub/debian-slim/Dockerfile +++ b/dockerhub/slim/Dockerfile diff --git a/dockerhub/debian-slim/docker-entrypoint.sh b/dockerhub/slim/docker-entrypoint.sh index a0e45cbb5..a0e45cbb5 100755 --- a/dockerhub/debian-slim/docker-entrypoint.sh +++ b/dockerhub/slim/docker-entrypoint.sh |