Skip to content

Commit

Permalink
Update deploy-bdjuno-mainnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
beb4now authored Dec 5, 2024
1 parent a8e8289 commit b767afb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy-bdjuno-mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Install and start Docker
run: |
sudo apt install -y docker.io
sudo systemctl start docker
sudo systemctl enable docker
sudo usermod -aG docker $USER
- name: Set up Docker
uses: docker/setup-buildx-action@v1

Expand Down

0 comments on commit b767afb

Please sign in to comment.