Skip to content

Commit

Permalink
Merge pull request dchesterton#66 from dchesterton/dependabot/github_…
Browse files Browse the repository at this point in the history
…actions/docker/build-push-action-2.10.0

[ci skip]: Bump docker/build-push-action from 2.7.0 to 2.10.0
  • Loading branch information
dchesterton committed Mar 23, 2022
2 parents 72decbc + 9950622 commit d67afe7
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 @@ -36,7 +36,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push
uses: docker/build-push-action@v2.7.0
uses: docker/build-push-action@v2.10.0
with:
context: .
push: true
Expand Down

0 comments on commit d67afe7

Please sign in to comment.