Skip to content

Commit

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

[ci skip]: Bump docker/build-push-action from 4.2.1 to 5.2.0
  • Loading branch information
danclough committed Mar 26, 2024
2 parents 9140d75 + 243054d commit 3936e11
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.2.1
uses: docker/build-push-action@v5.2.0
with:
context: .
push: true
Expand Down

0 comments on commit 3936e11

Please sign in to comment.