Skip to content

Commit

Permalink
Setup Buildx for publishing Fablo Docker image
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Dzikowski <[email protected]>
  • Loading branch information
dzikowski committed Sep 9, 2024
1 parent 7ae3b69 commit 83c8e48
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 83c8e48

Please sign in to comment.