Skip to content

Commit

Permalink
Merge pull request #83 from collinmcneese/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions-deps-fe8ded95b1

Bump docker/build-push-action from 6.7.0 to 6.9.0 in the actions-deps group
  • Loading branch information
collinmcneese authored Oct 4, 2024
2 parents 199afda + 7dcc6a3 commit 07a0d53
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- name: Build Docker image
id: build-docker
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75
with:
context: ./docker
push: false
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:

- name: Build Docker image
id: build-docker
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75
with:
context: ./actions-runner
push: false
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:

- name: Build Docker image
id: build-docker
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75
with:
context: ./runner-no-dind
push: false
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Build Docker image
id: build-docker
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75
with:
context: ./docker
push: true
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:

- name: Build Docker image
id: build-docker
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75
with:
context: ./actions-runner
push: true
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:

- name: Build Docker image
id: build-docker
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75
with:
context: ./runner-no-dind
push: true
Expand Down

0 comments on commit 07a0d53

Please sign in to comment.