Skip to content

Commit 2f6dd75

Browse files
dependabot[bot]caroldelwingaddetz
authored
chore: bump docker/build-push-action from 2 to 6 (#40)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v2...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: caroldelwing <[email protected]> Co-authored-by: Adelina Simion <[email protected]>
1 parent 33dee37 commit 2f6dd75

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Build and Push Docker Image
5757
if: ${{ steps.version.outputs.VERSION != ''}}
5858
id: build-and-push
59-
uses: docker/build-push-action@v2
59+
uses: docker/build-push-action@v6
6060
with:
6161
context: .
6262
build-args: VERSION=${{steps.version.outputs.VERSION}}
@@ -128,7 +128,7 @@ jobs:
128128
- name: Build and Push Docker Image
129129
if: ${{ steps.version.outputs.VERSION != ''}}
130130
id: build-and-push
131-
uses: docker/build-push-action@v2
131+
uses: docker/build-push-action@v6
132132
with:
133133
context: .
134134
file: Dockerfile.Caddy

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
password: ${{ secrets.GITHUB_TOKEN }}
4545

4646
- name: Build and Push Docker Image
47-
uses: docker/build-push-action@v2
47+
uses: docker/build-push-action@v6
4848
with:
4949
context: .
5050
platforms: linux/amd64,linux/arm64
@@ -81,7 +81,7 @@ jobs:
8181
password: ${{ secrets.GITHUB_TOKEN }}
8282

8383
- name: Build and Push Docker Image
84-
uses: docker/build-push-action@v2
84+
uses: docker/build-push-action@v6
8585
with:
8686
context: .
8787
file: Dockerfile.Caddy

0 commit comments

Comments
 (0)