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
|
||||
name: Build and Push
|
||||
steps:
|
||||
|
||||
# Checkout Repository
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
# Install Docker
|
||||
- name: Install docker
|
||||
uses: papodaca/install-docker-action@main
|
||||
|
||||
- name: Set up Docker BuildX
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user