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 20a1a8f commit 6cd278e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy-bdjuno-mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
sudo usermod -aG docker $USER
newgrp docker
#- name: Set up Docker
# uses: docker/setup-buildx-action@v1
- name: Set up Docker Buildx
run: |
sudo /usr/bin/docker buildx create --name builder --use
sudo /usr/bin/docker buildx inspect --bootstrap
- name: Set up Docker
uses: docker/setup-buildx-action@v1
#- name: Set up Docker Buildx
# run: |
# sudo /usr/bin/docker buildx create --name builder --use
# sudo /usr/bin/docker buildx inspect --bootstrap

- name: Stop and remove any existing containers
run: |
Expand Down

0 comments on commit 6cd278e

Please sign in to comment.