Skip to content

Commit b45264a

Browse files
committed
test6
1 parent 5e4444f commit b45264a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-export.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@ jobs:
1313
steps:
1414
- name: Install Docker CLI and Buildx
1515
run: |
16+
export DEBIAN_FRONTEND=noninteractive
1617
apt update
1718
apt install -y --no-install-recommends docker.io curl git ca-certificates
19+
update-ca-certificates || true # run this manually, ignore failure if any
1820
mkdir -p ~/.docker/cli-plugins
1921
curl -sSL https://github.com/docker/buildx/releases/download/v0.11.2/buildx-v0.11.2.linux-arm64 -o ~/.docker/cli-plugins/docker-buildx
2022
chmod +x ~/.docker/cli-plugins/docker-buildx
2123
22-
2324
- name: Check out repository
2425
uses: actions/checkout@v3
2526

0 commit comments

Comments
 (0)