Skip to content

Commit

Permalink
setup buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
gonuke committed Apr 10, 2024
1 parent 8092cbe commit 54a4d7d
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:
- name: Checkout repository
uses: actions/checkout@v4

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

- name: Build, Test, and Push ParaStell
id: build-parastell
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 54a4d7d

Please sign in to comment.