Skip to content

Commit 930d5c0

Browse files
ci(github-action): Update action docker/setup-buildx-action (v4.1.0 → v4.2.0) (#161)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0758fca commit 930d5c0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-push-apps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: set up qemu for multi-arch builds (optional but good practice)
5454
uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0
5555
- name: set up docker buildx
56-
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
56+
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
5757
- name: log in to github container registry (ghcr)
5858
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
5959
with:

.github/workflows/pr-build-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: set up qemu
5050
uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0
5151
- name: set up docker buildx
52-
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
52+
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
5353
# generate metadata to check it works, but tags aren't used for pushing
5454
- name: docker meta (for build process consistency)
5555
# login isn't strictly needed since push=false, but uncomment if your

0 commit comments

Comments
 (0)