Skip to content

Commit

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

chore(deps): update docker/build-push-action action to v6
  • Loading branch information
DDSDerek authored Jun 21, 2024
2 parents ed7b7ec + aa96747 commit ba45007
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_emby_metadata_downloader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

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

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

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

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

-
name: Build Image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./glue
file: glue/Dockerfile
Expand Down

0 comments on commit ba45007

Please sign in to comment.