Merge pull request #58 from Crocmagnon/dependabot/github_actions/docker/build-push-action-4

Bump docker/build-push-action from 3 to 4
This commit is contained in:
Gabriel Augendre 2023-01-30 21:30:21 +01:00 committed by GitHub
commit 7d236e86ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push Docker image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
push: true