Merge pull request #70 from Crocmagnon/dependabot/github_actions/docker/build-push-action-5

Bump docker/build-push-action from 4 to 5
This commit is contained in:
Gabriel Augendre 2023-09-18 21:05:03 +02:00 committed by GitHub
commit e2fe2d03f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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