Merge pull request #238 from Sebclem/renovate/docker-build-push-action-5.x

⬆️ Update docker/build-push-action action to v5
This commit is contained in:
Sébastien Clément 2023-12-14 15:18:22 +01:00 committed by GitHub
commit 78fd84e751
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ jobs:
echo "tag=${{ steps.branch-name.outputs.current_branch }}" >> $GITHUB_ENV
- name: Build and push Docker
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
push: true
context: .

View File

@ -68,7 +68,7 @@ jobs:
echo "tag=${{ steps.branch-name.outputs.tag }}" >> $GITHUB_ENV
- name: Build and push Docker
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
push: true
context: .