Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action action to v6.12.0 (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 15, 2025
1 parent 7371394 commit 3d2d7a4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
- name: Build and push Docker image
uses: docker/build-push-action@v6.11.0
uses: docker/build-push-action@v6.12.0
with:
context: ${{ github.workspace }}/${{ matrix.container }}
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-certbot-cloudflare.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
# https://github.com/docker/build-push-action
- name: Build and export to Docker
id: build-export
uses: docker/build-push-action@v6.11.0
uses: docker/build-push-action@v6.12.0
with:
context: ${{ github.workspace }}/${{ matrix.container }}
load: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-fullbogons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
# https://github.com/docker/build-push-action
- name: Build and export to Docker
id: build-export
uses: docker/build-push-action@v6.11.0
uses: docker/build-push-action@v6.12.0
with:
context: ${{ github.workspace }}/${{ matrix.container }}
load: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-iperf2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
# https://github.com/docker/build-push-action
- name: Build and export to Docker
id: build-export
uses: docker/build-push-action@v6.11.0
uses: docker/build-push-action@v6.12.0
with:
context: ${{ github.workspace }}/${{ matrix.container }}
load: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-iperf3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
# https://github.com/docker/build-push-action
- name: Build and export to Docker
id: build-export
uses: docker/build-push-action@v6.11.0
uses: docker/build-push-action@v6.12.0
with:
context: ${{ github.workspace }}/${{ matrix.container }}
load: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-speedtest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
# https://github.com/docker/build-push-action
- name: Build and export to Docker
id: build-export
uses: docker/build-push-action@v6.11.0
uses: docker/build-push-action@v6.12.0
with:
context: ${{ github.workspace }}/${{ matrix.container }}
load: true
Expand Down

0 comments on commit 3d2d7a4

Please sign in to comment.