forked from Public/monero-gui
Add docker install to build workflow
Some checks failed
Build / Build and Push (push) Failing after 3h2m20s
Some checks failed
Build / Build and Push (push) Failing after 3h2m20s
This commit is contained in:
@@ -9,11 +9,17 @@ jobs:
|
|||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
name: Build and Push
|
name: Build and Push
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
# Checkout Repository
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
|
# Install Docker
|
||||||
|
- name: Install docker
|
||||||
|
uses: papodaca/install-docker-action@main
|
||||||
|
|
||||||
- name: Set up Docker BuildX
|
- name: Set up Docker BuildX
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user