Fix: install docker CLI in build container
Some checks failed
Build & Push Docker Image / build (push) Failing after 9m55s
Some checks failed
Build & Push Docker Image / build (push) Failing after 9m55s
This commit is contained in:
parent
7b2ee7f616
commit
e3acd0b8f4
1 changed files with 4 additions and 0 deletions
|
|
@ -12,6 +12,10 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Docker CLI
|
||||
run: |
|
||||
apt-get update -qq && apt-get install -y -qq docker.io
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue