mirror of
https://github.com/usatiuk/y.git
synced 2025-10-28 02:27:49 +01:00
add docker to act
This commit is contained in:
4
.github/workflows/y.yml
vendored
4
.github/workflows/y.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user