We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dbac706 + 5c0f70f commit 3238273Copy full SHA for 3238273
1 file changed
.github/workflows/build-deploy.yml
@@ -151,7 +151,7 @@ jobs:
151
# https://github.com/docker/build-push-action
152
- name: Build and push Docker image
153
id: build-and-push
154
- uses: docker/build-push-action@v6.16.0
+ uses: docker/build-push-action@v6.17.0
155
with:
156
context: .
157
push: ${{github.event_name == 'push' && (startsWith(github.ref, 'refs/tags') || github.ref_name == 'dev') && github.repository == 'AppDaemon/appdaemon'}}
0 commit comments