Skip to content

Commit 3238273

Browse files
authored
Merge pull request #2257 from AppDaemon/dependabot/github_actions/docker/build-push-action-6.17.0
Bump docker/build-push-action from 6.16.0 to 6.17.0
2 parents dbac706 + 5c0f70f commit 3238273

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
# https://github.com/docker/build-push-action
152152
- name: Build and push Docker image
153153
id: build-and-push
154-
uses: docker/build-push-action@v6.16.0
154+
uses: docker/build-push-action@v6.17.0
155155
with:
156156
context: .
157157
push: ${{github.event_name == 'push' && (startsWith(github.ref, 'refs/tags') || github.ref_name == 'dev') && github.repository == 'AppDaemon/appdaemon'}}

0 commit comments

Comments
 (0)