add docker to act
Some checks failed
Y CI / test (push) Successful in 4m12s
Y CI / dependency-submission (push) Successful in 59s
Y CI / docker-publish (push) Failing after 2m9s

This commit is contained in:
2024-05-04 12:31:21 +02:00
parent b8190568da
commit 53136bb22e

View File

@@ -71,6 +71,10 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Install docker for ACT runner
run: apt-get update && apt-get install -y sudo docker.io
if: env.ACT=='true'
# Set up BuildKit Docker container builder to be able to build # Set up BuildKit Docker container builder to be able to build
# multi-platform images and export cache # multi-platform images and export cache
# https://github.com/docker/setup-buildx-action # https://github.com/docker/setup-buildx-action