Skip to content

Commit

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

[ci skip]: Bump docker/build-push-action from 5.2.0 to 5.3.0
  • Loading branch information
danclough authored Apr 19, 2024
2 parents 8af5c98 + df8faee commit b2c053e
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@v5.2.0
uses: docker/build-push-action@v5.3.0
with:
context: .
push: true
Expand Down

0 comments on commit b2c053e

Please sign in to comment.