Skip to content

Commit

Permalink
ci: update docker setup and build actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vfusco committed May 31, 2024
1 parent e508729 commit 237ddba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ jobs:
run: make package.json

- name: Buildx setup
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Build [${{ env.TOOLS_DEB }}]
id: docker_build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
builder: ${{ steps.buildx.outputs.name }}
Expand All @@ -78,7 +78,7 @@ jobs:

- name: Build [${{ env.TOOLS_LIBCMT }}]
id: docker_build_libcmt
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
builder: ${{ steps.buildx.outputs.name }}
Expand Down

0 comments on commit 237ddba

Please sign in to comment.