Skip to content

Commit

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

[ci skip]: Bump docker/build-push-action from 2.6.1 to 2.7.0
  • Loading branch information
dchesterton committed Oct 26, 2021
2 parents 9ba2544 + 4af6eac commit 2886e5c
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 @@ -37,7 +37,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push
uses: docker/build-push-action@v2.6.1
uses: docker/build-push-action@v2.7.0
with:
context: .
push: true
Expand Down

0 comments on commit 2886e5c

Please sign in to comment.