File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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'}}
You can’t perform that action at this time.
0 commit comments