@@ -26,13 +26,13 @@ jobs:
2626 echo ${{ steps.vars.outputs.tag }}
2727
2828 - name : Log in to Docker Hub
29- uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
29+ uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121
3030 with :
3131 username : ${{ secrets.DOCKERHUB_USERNAME }}
3232 password : ${{ secrets.DOCKERHUB_TOKEN }}
3333
3434 - name : Build and push Docker image
35- uses : docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
35+ uses : docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f
3636 with :
3737 context : .
3838 push : true
@@ -57,13 +57,13 @@ jobs:
5757 echo ${{ steps.vars.outputs.tag }}
5858
5959 - name : Log in to Docker Hub
60- uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
60+ uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121
6161 with :
6262 username : ${{ secrets.DOCKERHUB_USERNAME }}
6363 password : ${{ secrets.DOCKERHUB_TOKEN }}
6464
6565 - name : Build and push Docker image
66- uses : docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
66+ uses : docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f
6767 with :
6868 push : true
6969 file : ./Dockerfile-api
@@ -88,13 +88,13 @@ jobs:
8888 echo ${{ steps.vars.outputs.tag }}
8989
9090 - name : Log in to Docker Hub
91- uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
91+ uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121
9292 with :
9393 username : ${{ secrets.DOCKERHUB_USERNAME }}
9494 password : ${{ secrets.DOCKERHUB_TOKEN }}
9595
9696 - name : Build and push Docker image
97- uses : docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
97+ uses : docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f
9898 with :
9999 push : true
100100 file : ./Dockerfile-frontend
@@ -119,13 +119,13 @@ jobs:
119119 echo ${{ steps.vars.outputs.tag }}
120120
121121 - name : Log in to Docker Hub
122- uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
122+ uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121
123123 with :
124124 username : ${{ secrets.DOCKERHUB_USERNAME }}
125125 password : ${{ secrets.DOCKERHUB_TOKEN }}
126126
127127 - name : Build and push Docker image
128- uses : docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
128+ uses : docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f
129129 with :
130130 push : true
131131 file : ./Dockerfile-core
0 commit comments