Skip to content

Commit ef1ff5d

Browse files
merge: resolve master into backend update automation
Keep the backend-update workflow's expanded CI triggering while absorbing master's workflow_dispatch additions and docker/setup-qemu-action updates. Co-authored-by: Miles Cranmer <miles.cranmer@gmail.com>
2 parents 0e8a094 + cdee919 commit ef1ff5d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI_docker_large_nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v6
2929
- name: Set up QEMU
30-
uses: docker/setup-qemu-action@v3
30+
uses: docker/setup-qemu-action@v4
3131
with:
3232
platforms: all
3333
- name: Build docker

.github/workflows/docker_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
type=sha
5757
type=raw,value=latest,enable={{is_default_branch}}
5858
- name: Set up QEMU
59-
uses: docker/setup-qemu-action@v3
59+
uses: docker/setup-qemu-action@v4
6060
- name: Set up Docker Buildx
6161
uses: docker/setup-buildx-action@v3
6262
- name: Build and push

0 commit comments

Comments
 (0)