Skip to content

Commit

Permalink
build(deps): bump the updates group with 3 updates (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 8, 2024
1 parent 607994c commit 552f0f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ jobs:
latest=${{ matrix.variant == env.MAIN_VARIANT && github.ref_name == github.event.repository.default_branch }}
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3.3.0
uses: docker/setup-buildx-action@v3.4.0

- name: Set up QEMU
uses: docker/setup-qemu-action@v3.0.0
uses: docker/setup-qemu-action@v3.1.0

- name: Login to DockerHub
if: github.event_name != 'pull_request'
Expand All @@ -92,7 +92,7 @@ jobs:

- name: Build and push
id: docker_build
uses: docker/build-push-action@v6.2.0
uses: docker/build-push-action@v6.3.0
with:
platforms: ${{ matrix.platforms }}
# ensure latest base image is used
Expand Down

0 comments on commit 552f0f3

Please # to comment.