Merge pull request #36 from dchesterton/dependabot/github_actions/docker/build-push-action-2.7.0

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

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

Loading…
Cancel
Save