Skip to content

Commit

Permalink
Update build workflows to include Docker Buildx setup
Browse files Browse the repository at this point in the history
  • Loading branch information
devincowan committed Apr 11, 2024
1 parent 9293a0e commit 42c20d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

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

- name: Build
uses: docker/build-push-action@v5
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/periodic_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
with:
ref: ${{ github.ref_name }}

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

- name: Build
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 42c20d2

Please sign in to comment.