Skip to content

Commit f4d8986

Browse files
Bump the deps group with 2 updates
Bumps the deps group with 2 updates: [docker/build-push-action](https://github.com/docker/build-push-action) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `docker/build-push-action` from 5 to 6 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5...v6) Updates `softprops/action-gh-release` from 1 to 2 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v1...v2) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f79f7c4 commit f4d8986

38 files changed

Lines changed: 38 additions & 38 deletions

.github/workflows/BuildRustImage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
password: ${{ secrets.GITHUB_TOKEN }}
3131

3232
- name: Build and push image
33-
uses: docker/build-push-action@v5
33+
uses: docker/build-push-action@v6
3434
with:
3535
context: docker
3636
file: rust_ci.Dockerfile

.github/workflows/Release-DeployBattleship.yml

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

6666
- name: Build and push image
67-
uses: docker/build-push-action@v5
67+
uses: docker/build-push-action@v6
6868
with:
6969
file: frontend/apps/battleship/Dockerfile
7070
push: true

.github/workflows/Release-escrow.yml

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

6666
- name: Build and push image
67-
uses: docker/build-push-action@v5
67+
uses: docker/build-push-action@v6
6868
with:
6969
file: frontend/apps/escrow/Dockerfile
7070
push: true

.github/workflows/Release-galactic-express.yml

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

6666
- name: Build and push image
67-
uses: docker/build-push-action@v5
67+
uses: docker/build-push-action@v6
6868
with:
6969
file: frontend/apps/galactic-express/Dockerfile
7070
push: true

.github/workflows/Release-game-of-chance.yml

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

6666
- name: Build and push image
67-
uses: docker/build-push-action@v5
67+
uses: docker/build-push-action@v6
6868
with:
6969
file: frontend/apps/game-of-chance/Dockerfile
7070
push: true

.github/workflows/Release-nft-marketplace.yml

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

6666
- name: Build and push image
67-
uses: docker/build-push-action@v5
67+
uses: docker/build-push-action@v6
6868
with:
6969
file: frontend/apps/nft-marketplace/Dockerfile
7070
push: true

.github/workflows/Release-non-fungible-token.yml

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

6666
- name: Build and push image
67-
uses: docker/build-push-action@v5
67+
uses: docker/build-push-action@v6
6868
with:
6969
file: frontend/apps/non-fungible-token/Dockerfile
7070
push: true

.github/workflows/Release-racing-game.yml

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

6666
- name: Build and push image
67-
uses: docker/build-push-action@v5
67+
uses: docker/build-push-action@v6
6868
with:
6969
file: frontend/apps/racing-car-game/Dockerfile
7070
push: true

.github/workflows/Release-simple-nft.yml

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

6666
- name: Build and push image
67-
uses: docker/build-push-action@v5
67+
uses: docker/build-push-action@v6
6868
with:
6969
file: frontend/apps/nft-master/Dockerfile
7070
push: true

.github/workflows/Release-supply-chain.yml

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

6666
- name: Build and push image
67-
uses: docker/build-push-action@v5
67+
uses: docker/build-push-action@v6
6868
with:
6969
file: frontend/apps/supply-chain/Dockerfile
7070
push: true

0 commit comments

Comments
 (0)