Skip to content

Commit 661add4

Browse files
authored
Fix version of docker github action (#37970)
1 parent 0e82799 commit 661add4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_runner_image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Set up Docker Buildx
4848
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd
4949
- name: Build and Load to docker
50-
uses: docker/build-push-action@v6
50+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
5151
with:
5252
context: ${{ env.working-directory }}
5353
load: true
@@ -57,7 +57,7 @@ jobs:
5757
- name: Push Docker image
5858
if: github.ref == 'refs/heads/master'
5959
id: docker_build
60-
uses: docker/build-push-action@v6
60+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
6161
with:
6262
context: ${{ env.working-directory }}
6363
push: true

0 commit comments

Comments
 (0)