Skip to content

Commit

Permalink
Merge pull request #28 from DDS-Derek/renovate/docker-build-push-acti…
Browse files Browse the repository at this point in the history
…on-6.x

chore(deps): update docker/build-push-action action to v6
  • Loading branch information
DDSDerek authored Jun 22, 2024
2 parents 1e4264f + 2510202 commit efd3769
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:

-
name: Build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: Dockerfile
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:

-
name: Build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: transmission.Dockerfile
Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:

-
name: Build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: aria2.Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_tgbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

-
name: Build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: tgbot.Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

-
name: BGmi
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: test.Dockerfile
Expand Down

0 comments on commit efd3769

Please sign in to comment.