Merge remote-tracking branch 'origin/dependabot/github_actions/docker/build-push-action-3' into action-dependa-bump

This commit is contained in:
ViViDboarder 2023-01-25 15:53:01 -08:00
commit 98a276b644
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@v2
uses: docker/build-push-action@v3
with:
context: .
file: ${{ matrix.dockerfile }}