Skip to content

Commit 0d98355

Browse files
Bump docker/build-push-action from 4.1.1 to 5.1.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.1.1 to 5.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v4.1.1...v5.1.0) --- 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 d18a15c commit 0d98355

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@v4.1.1
36+
uses: docker/build-push-action@v5.1.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
@@ -64,7 +64,7 @@ jobs:
6464
password: ${{ secrets.GITHUB_TOKEN }}
6565

6666
- name: Build and Push
67-
uses: docker/build-push-action@v4.1.1
67+
uses: docker/build-push-action@v5.1.0
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@v4.1.1
78+
uses: docker/build-push-action@v5.1.0
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@v4.1.1
72+
uses: docker/build-push-action@v5.1.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@v4.1.1
83+
uses: docker/build-push-action@v5.1.0
8484
with:
8585
target: wordlists
8686
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)