Skip to content

Commit

Permalink
Merge pull request #1867 from AppDaemon/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/build-push-action-5.1.0

Bump docker/build-push-action from 4.0.0 to 5.1.0
  • Loading branch information
acockburn committed Jan 29, 2024
2 parents 61d177b + 22f402e commit 08f9831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
# https://github.com/docker/build-push-action
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@v4.0.0
uses: docker/build-push-action@v5.1.0
with:
context: .
push: ${{github.event_name == 'push' && (startsWith(github.ref, 'refs/tags') || github.ref_name == 'dev') && github.repository == 'AppDaemon/appdaemon'}}
Expand Down

0 comments on commit 08f9831

Please sign in to comment.