Merge pull request 'chore(deps): update docker/build-push-action action to v6' (#53) from renovate/docker-build-push-action-6.x into main

Reviewed-on: https://git.private.coffee/PrivateCoffee/wikimore/pulls/53
This commit is contained in:
Kumi 2025-03-04 17:35:03 +00:00
commit bee7319667
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ jobs:
username: ${{ secrets.FORGEJO_USER }}
password: ${{ secrets.FORGEJO_TOKEN }}
- name: Build and push to Forgejo
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
tags: |

View file

@ -25,7 +25,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push to Docker Hub
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
tags: |