Skip to content

Commit

Permalink
Merge pull request #20 from danclough/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/build-push-action-4.2.1

[ci skip]: Bump docker/build-push-action from 4.0.0 to 4.2.1
  • Loading branch information
danclough committed Dec 15, 2023
2 parents ea0a98c + fff9855 commit c59e72c
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 @@ -45,7 +45,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
id: build
uses: docker/build-push-action@v4.0.0
uses: docker/build-push-action@v4.2.1
with:
context: .
push: true
Expand Down

0 comments on commit c59e72c

Please sign in to comment.