Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
added setup buildx
  • Loading branch information
nirlipo authored Aug 27, 2024
1 parent 7968a63 commit d0bbb5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
with:
images: nirlipo/planimation_backend

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

- name: Build and push Docker image
uses: docker/build-push-action@v6
with:
Expand Down

0 comments on commit d0bbb5e

Please sign in to comment.