File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -509,7 +509,7 @@ jobs:
509
509
password : ${{ secrets.GITHUB_TOKEN }}
510
510
511
511
- name : Build Docker image
512
- uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
512
+ uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16 .0
513
513
with :
514
514
context : . # So action will not pull the repository again
515
515
file : ./script/hassfest/docker/Dockerfile
@@ -522,7 +522,7 @@ jobs:
522
522
- name : Push Docker image
523
523
if : needs.init.outputs.channel != 'dev' && needs.init.outputs.publish == 'true'
524
524
id : push
525
- uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
525
+ uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16 .0
526
526
with :
527
527
context : . # So action will not pull the repository again
528
528
file : ./script/hassfest/docker/Dockerfile
You can’t perform that action at this time.
0 commit comments