We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e82799 commit 661add4Copy full SHA for 661add4
.github/workflows/build_runner_image.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Set up Docker Buildx
48
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd
49
- name: Build and Load to docker
50
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
51
with:
52
context: ${{ env.working-directory }}
53
load: true
@@ -57,7 +57,7 @@ jobs:
57
- name: Push Docker image
58
if: github.ref == 'refs/heads/master'
59
id: docker_build
60
61
62
63
push: true
0 commit comments