Merge pull request #38 from youegraillot/dependabot/github_actions/docker/build-push-action-4

Bump docker/build-push-action from 3 to 4
This commit is contained in:
Youe Graillot 2023-02-11 14:18:24 +01:00 committed by GitHub
commit c7746b86c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ jobs:
# https://github.com/docker/build-push-action#multi-platform-image # https://github.com/docker/build-push-action#multi-platform-image
- name: Build and push to Docker Hub - name: Build and push to Docker Hub
uses: docker/build-push-action@v3 uses: docker/build-push-action@v4
with: with:
context: . context: .
push: true push: true