Merge pull request #25 from dchesterton/dependabot/github_actions/docker/build-push-action-2.6.1

[ci skip]: Bump docker/build-push-action from 2.5.0 to 2.6.1
pull/29/head
Daniel Chesterton 4 years ago committed by GitHub
commit 2687358810
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -35,7 +35,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push
uses: docker/build-push-action@v2.5.0
uses: docker/build-push-action@v2.6.1
with:
context: .
push: true

Loading…
Cancel
Save