Skip to content

Commit

Permalink
Bump the deps group with 2 updates
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Jun 20, 2024
1 parent f79f7c4 commit f4d8986
Show file tree
Hide file tree
Showing 38 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/BuildRustImage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: docker
file: rust_ci.Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Release-DeployBattleship.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: frontend/apps/battleship/Dockerfile
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Release-escrow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: frontend/apps/escrow/Dockerfile
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Release-galactic-express.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: frontend/apps/galactic-express/Dockerfile
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Release-game-of-chance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: frontend/apps/game-of-chance/Dockerfile
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Release-nft-marketplace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: frontend/apps/nft-marketplace/Dockerfile
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Release-non-fungible-token.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: frontend/apps/non-fungible-token/Dockerfile
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Release-racing-game.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: frontend/apps/racing-car-game/Dockerfile
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Release-simple-nft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: frontend/apps/nft-master/Dockerfile
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Release-supply-chain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: frontend/apps/supply-chain/Dockerfile
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Release-syndote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: frontend/apps/syndote/Dockerfile
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Release-tamagochi-battle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: frontend/apps/tamagotchi-battle/Dockerfile
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Release-tamagotchi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: frontend/apps/tamagotchi/Dockerfile
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Release-tequila-train.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: frontend/apps/tequila-train/Dockerfile
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Release-tictac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: frontend/apps/tic-tac-toe/Dockerfile
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Release-varaman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: frontend/apps/vara-man/Dockerfile
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Release-varatube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: frontend/apps/varatube/Dockerfile
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Release-w3bstreaming.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: frontend/apps/w3bstreaming/Dockerfile
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Release-w3bstreaming_be.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: backend/w3bstreaming/Dockerfile
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/STG-DeployBattleship.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: frontend/apps/battleship/Dockerfile
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/STG-escrow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: frontend/apps/escrow/Dockerfile
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/STG-galactic-express.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: frontend/apps/galactic-express/Dockerfile
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/STG-game-of-chance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: frontend/apps/game-of-chance/Dockerfile
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/STG-nft-marketplace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: frontend/apps/nft-marketplace/Dockerfile
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/STG-non-fungible-token.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: frontend/apps/non-fungible-token/Dockerfile
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/STG-racing-game.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: frontend/apps/racing-car-game/Dockerfile
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/STG-simple-nft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: frontend/apps/nft-master/Dockerfile
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/STG-supply-chain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: frontend/apps/supply-chain/Dockerfile
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/STG-syndote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: frontend/apps/syndote/Dockerfile
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/STG-tamagochi-battle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: frontend/apps/tamagotchi-battle/Dockerfile
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/STG-tamagotchi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: frontend/apps/tamagotchi/Dockerfile
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/STG-tequila-train.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: frontend/apps/tequila-train/Dockerfile
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/STG-tictac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: frontend/apps/tic-tac-toe/Dockerfile
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/STG-varaman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: frontend/apps/vara-man/Dockerfile
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/STG-varatube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: frontend/apps/varatube/Dockerfile
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/STG-w3bstreaming.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: frontend/apps/w3bstreaming/Dockerfile
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/STG-w3bstreaming_be.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: backend/w3bstreaming/Dockerfile
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Release
if: github.event_name != 'pull_request'
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
name: ${{ github.ref == 'refs/heads/master' && 'Nightly' || github.ref_name }}
tag_name: ${{ github.ref == 'refs/heads/master' && 'nightly' || github.ref_name }}
Expand Down

0 comments on commit f4d8986

Please sign in to comment.