File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 password : ${{ secrets.DOCKERHUB_TOKEN }}
5555
5656 - name : Build and push Docker image
57- uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1
57+ uses : docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0
5858 with :
5959 push : true
6060 file : ./Dockerfile-core
Original file line number Diff line number Diff line change 3232 password : ${{ secrets.DOCKERHUB_TOKEN }}
3333
3434 - name : Build and push Docker image
35- uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1
35+ uses : docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0
3636 with :
3737 context : .
3838 push : true
6363 password : ${{ secrets.DOCKERHUB_TOKEN }}
6464
6565 - name : Build and push Docker image
66- uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1
66+ uses : docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0
6767 with :
6868 push : true
6969 file : ./Dockerfile-api
9494 password : ${{ secrets.DOCKERHUB_TOKEN }}
9595
9696 - name : Build and push Docker image
97- uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1
97+ uses : docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0
9898 with :
9999 push : true
100100 file : ./Dockerfile-frontend
@@ -125,7 +125,7 @@ jobs:
125125 password : ${{ secrets.DOCKERHUB_TOKEN }}
126126
127127 - name : Build and push Docker image
128- uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1
128+ uses : docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0
129129 with :
130130 push : true
131131 file : ./Dockerfile-core
You can’t perform that action at this time.
0 commit comments