Skip to content
This repository was archived by the owner on Mar 25, 2026. It is now read-only.

Commit 0fef02a

Browse files
Update docker (#2893)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 85892bc commit 0fef02a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build_linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
146146
# This allows contributors to test changes to the dockerbuild image within a pull request
147147
- name: Build docker image
148-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
148+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
149149
if: steps.changed_files.outputs.any_modified == 'true'
150150
with:
151151
file: dockerbuild/Dockerfile

.github/workflows/dockerbuild.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ jobs:
2424
persist-credentials: false
2525

2626
- name: Set up QEMU
27-
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3
27+
uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4
2828

2929
- name: Set up Docker Buildx
30-
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
30+
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4
3131
with:
3232
install: true
3333

3434
- name: Build test image
35-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
35+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
3636
with:
3737
file: dockerbuild/Dockerfile
3838
push: false
@@ -54,7 +54,7 @@ jobs:
5454
- name: Extract metadata for Docker
5555
id: meta
5656
if: github.event_name != 'pull_request'
57-
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5
57+
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6
5858
with:
5959
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
6060
tags: |
@@ -63,7 +63,7 @@ jobs:
6363
6464
- name: Build and push Docker image
6565
if: github.event_name != 'pull_request'
66-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
66+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
6767
with:
6868
file: dockerbuild/Dockerfile
6969
push: true

0 commit comments

Comments
 (0)