Skip to content

Commit

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

Bump docker/build-push-action from 6.6.1 to 6.7.0 in the actions-deps group
  • Loading branch information
collinmcneese committed Aug 26, 2024
2 parents 1e1486d + 650ce5c commit 340a746
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@16ebe778df0e7752d2cfcbd924afdbbd89c1a755
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
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@16ebe778df0e7752d2cfcbd924afdbbd89c1a755
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
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@16ebe778df0e7752d2cfcbd924afdbbd89c1a755
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
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@16ebe778df0e7752d2cfcbd924afdbbd89c1a755
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
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@16ebe778df0e7752d2cfcbd924afdbbd89c1a755
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
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@16ebe778df0e7752d2cfcbd924afdbbd89c1a755
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
with:
context: ./runner-no-dind
push: true
Expand Down

0 comments on commit 340a746

Please sign in to comment.