Skip to content

Commit

Permalink
Merge pull request #487 from hyperledger-labs/setup-buildx
Browse files Browse the repository at this point in the history
Setup Buildx for publishing Fablo Docker image
  • Loading branch information
dzikowski authored Sep 9, 2024
2 parents 7ae3b69 + 83c8e48 commit 0a02f3a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish-docker-on-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
driver: docker-container

- name: Login to DockerHub
uses: docker/login-action@v1
with:
Expand Down

0 comments on commit 0a02f3a

Please sign in to comment.