Skip to content

Commit 54d61c6

Browse files
committed
Merge branch 'dev' of https://github.com/AppDaemon/appdaemon into dev
2 parents 5f695d2 + 1b1f6ed commit 54d61c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
name: python-package
117117
path: dist/
118118
- name: Setup Docker buildx
119-
uses: docker/setup-buildx-action@v3.8.0
119+
uses: docker/setup-buildx-action@v3.9.0
120120
# Login against a Docker registry (only with a tag or push on `dev` branch)
121121
# https://github.com/docker/login-action
122122
- name: Log into Docker Hub
@@ -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.10.0
154+
uses: docker/build-push-action@v6.13.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)