Skip to content

Commit 78c64dc

Browse files
Bump docker/build-push-action from 5.1.0 to 6.6.1
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.1.0 to 6.6.1. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5.1.0...v6.6.1) --- 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>
1 parent 2ebee67 commit 78c64dc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: e1himself/goss-installation-action@v1.2.1
3434

3535
- name: Build the Docker image
36-
uses: docker/build-push-action@v5.1.0
36+
uses: docker/build-push-action@v6.6.1
3737
with:
3838
push: false
3939
target: wordlists

.github/workflows/cron.yml

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

6666
- name: Build and Push
67-
uses: docker/build-push-action@v5.1.0
67+
uses: docker/build-push-action@v6.6.1
6868
with:
6969
target: base
7070
platforms: linux/amd64,linux/arm64
@@ -75,7 +75,7 @@ jobs:
7575
cache-to: type=gha,mode=max
7676

7777
- name: Build and Push
78-
uses: docker/build-push-action@v5.1.0
78+
uses: docker/build-push-action@v6.6.1
7979
with:
8080
target: wordlists
8181
platforms: linux/amd64,linux/arm64

.github/workflows/release.yml

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

7171
- name: Build and Push
72-
uses: docker/build-push-action@v5.1.0
72+
uses: docker/build-push-action@v6.6.1
7373
with:
7474
target: base
7575
platforms: linux/amd64,linux/arm64
@@ -80,7 +80,7 @@ jobs:
8080
cache-to: type=gha,mode=max
8181

8282
- name: Build and Push
83-
uses: docker/build-push-action@v5.1.0
83+
uses: docker/build-push-action@v6.6.1
8484
with:
8585
target: wordlists
8686
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)