Skip to content

Commit

Permalink
Merge pull request #74 from PlayerData/renovate-4dc6d92c0026cfd2c8874
Browse files Browse the repository at this point in the history
chore(deps): update docker/build-push-action action to v6
  • Loading branch information
Donald47 authored Jun 17, 2024
2 parents 083448a + fd03f28 commit 82a57b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
node-version: "lts/*"

- name: Docker build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
tags: playerdata/failed-pod-controller
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version: "lts/*"

- name: Docker build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
tags: playerdata/failed-pod-controller
Expand Down

0 comments on commit 82a57b2

Please sign in to comment.