summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-17 16:19:45 +0000
committerGitHub <noreply@github.com>2024-06-17 16:19:45 +0000
commit23f0b08105ad7f4ea3ae644e6bf41f6aaeb11214 (patch)
treecb8524091fa76fec60a97bca0701ad75ae815372
parenteb6d80eac48969754d1e0cf1ba3434b19093fc2e (diff)
build(deps): bump docker/build-push-action from 5 to 6dependabot/github_actions/docker/build-push-action-6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/build-infra-dockers.yaml2
-rw-r--r--.github/workflows/build-syncthing.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-infra-dockers.yaml b/.github/workflows/build-infra-dockers.yaml
index f899a3524e..fc3719eece 100644
--- a/.github/workflows/build-infra-dockers.yaml
+++ b/.github/workflows/build-infra-dockers.yaml
@@ -63,7 +63,7 @@ jobs:
echo "TAGS=$tags" >> $GITHUB_ENV
- name: Build and push
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile.${{ matrix.pkg }}
diff --git a/.github/workflows/build-syncthing.yaml b/.github/workflows/build-syncthing.yaml
index 984d222b7e..384fa2738c 100644
--- a/.github/workflows/build-syncthing.yaml
+++ b/.github/workflows/build-syncthing.yaml
@@ -817,7 +817,7 @@ jobs:
echo "VERSION=$version" >> $GITHUB_ENV
- name: Build and push Docker image
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
with:
context: .
file: ${{ matrix.dockerfile }}