Skip to content

Commit 76b47b0

Browse files
Bump docker/build-push-action from 6.6.1 to 6.9.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.6.1 to 6.9.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.6.1...v6.9.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d0687f7 commit 76b47b0

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@v6.6.1
36+
uses: docker/build-push-action@v6.9.0
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
@@ -65,7 +65,7 @@ jobs:
6565
password: ${{ secrets.GITHUB_TOKEN }}
6666

6767
- name: Build and Push
68-
uses: docker/build-push-action@v6.6.1
68+
uses: docker/build-push-action@v6.9.0
6969
with:
7070
target: base
7171
platforms: linux/amd64,linux/arm64
@@ -76,7 +76,7 @@ jobs:
7676
cache-to: type=gha,mode=max
7777

7878
- name: Build and Push
79-
uses: docker/build-push-action@v6.6.1
79+
uses: docker/build-push-action@v6.9.0
8080
with:
8181
target: wordlists
8282
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@v6.6.1
72+
uses: docker/build-push-action@v6.9.0
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@v6.6.1
83+
uses: docker/build-push-action@v6.9.0
8484
with:
8585
target: wordlists
8686
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)