Skip to content

Commit

Permalink
Merge branch 'main' into chore/common-files
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored Jul 23, 2024
2 parents 2c718f2 + 11dd3e2 commit 7e9fbbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 # v3.4.0

- name: Setup QEMU
uses: docker/setup-qemu-action@5927c834f5b4fdf503fca6f4c7eccda82949e1ee # v3.1.0
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
with:
platforms: arm64
if: github.event_name != 'pull_request'
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index

- name: Build Docker image
uses: docker/build-push-action@a254f8ca60a858f3136a2f1f23a60969f2c402dd # v6.4.0
uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0
id: build-push
with:
file: Dockerfile
Expand Down

0 comments on commit 7e9fbbd

Please sign in to comment.