Skip to content

Commit

Permalink
Merge pull request #25 from dchesterton/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/build-push-action-2.6.1

[ci skip]: Bump docker/build-push-action from 2.5.0 to 2.6.1
  • Loading branch information
dchesterton committed Jul 18, 2021
2 parents 1a076c7 + 441905c commit 2687358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2687358

Please sign in to comment.