Merge pull request #120 from ViViDboarder/dependabot/github_actions/docker/build-push-action-4

Bump docker/build-push-action from 3 to 4
This commit is contained in:
Ian 2023-06-14 07:54:45 -07:00 committed by GitHub
commit a96c8d91b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
file: ${{ matrix.dockerfile }}