Merge pull request #56 from bengarrett/dependabot/github_actions/docker/build-push-action-2.10.0

Bump docker/build-push-action from 2.9.0 to 2.10.0
This commit is contained in:
Ben 2022-04-23 10:32:37 +10:00 committed by GitHub
commit bf1be9ac7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v3
- name: Build and push Docker images
uses: docker/build-push-action@v2.9.0
uses: docker/build-push-action@v2.10.0
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}