Skip to content

Commit

Permalink
build(deps): bump docker/build-push-action from 2 to 5 (#3)
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v2...v5)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 13, 2024
1 parent ba438be commit 6c35fe7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: Build Docker Image for Counter-Strike 🐳
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
env:
GAME: cstrike
with:
Expand All @@ -34,7 +34,7 @@ jobs:
tags: jives/hlds:cstrike

- name: Build Docker Image for Half-Life 🐳
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
env:
GAME: valve
with:
Expand All @@ -43,7 +43,7 @@ jobs:
tags: jives/hlds:valve

- name: Build Docker Image for Counter-Strike Condition Zero 🐳
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
env:
GAME: czero
with:
Expand All @@ -52,7 +52,7 @@ jobs:
tags: jives/hlds:czero

- name: Build Docker Image for Death Match Classic 🐳
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
env:
GAME: dmc
with:
Expand All @@ -61,7 +61,7 @@ jobs:
tags: jives/hlds:dmc

- name: Build Docker Image for Half-Life Opposing Force 🐳
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
env:
GAME: gearbox
with:
Expand All @@ -70,7 +70,7 @@ jobs:
tags: jives/hlds:gearbox

- name: Build Docker Image for Ricochet 🐳
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
env:
GAME: ricochet
with:
Expand All @@ -79,7 +79,7 @@ jobs:
tags: jives/hlds:ricochet

- name: Build Docker Image for Day of Defeat 🐳
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
env:
GAME: dod
with:
Expand All @@ -88,7 +88,7 @@ jobs:
tags: jives/hlds:dod

- name: Build Docker Image for Team Fortress Classic 🐳
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
env:
GAME: tfc
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: docker/setup-buildx-action@v1

- name: Build Docker Image 🐳
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
env:
GAME: cstrike
with:
Expand Down

0 comments on commit 6c35fe7

Please sign in to comment.