Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.

Commit

Permalink
[skip ci] Merge pull request #87 from redbaty/renovate/docker-build-p…
Browse files Browse the repository at this point in the history
…ush-action-5.x

Update docker/build-push-action action to v5
  • Loading branch information
redbaty authored Mar 2, 2024
2 parents 719b8e9 + 3b25acf commit fde0421
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-wasari-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
push: true
platforms: linux/amd64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-wasari-daemon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
push: true
platforms: linux/amd64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-wasari-tvdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push Docker image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: .
file: ./Wasari.Tvdb.Api/Dockerfile
Expand Down

0 comments on commit fde0421

Please sign in to comment.