File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 uses : docker/setup-buildx-action@v4
2626
2727 - name : Build Docker image
28- uses : docker/build-push-action@v6
28+ uses : docker/build-push-action@v7
2929 with :
3030 context : ./src/backend
3131 file : ./src/backend/Dockerfile
Original file line number Diff line number Diff line change 2525 uses : docker/setup-buildx-action@v4
2626
2727 - name : Build Docker image
28- uses : docker/build-push-action@v6
28+ uses : docker/build-push-action@v7
2929 with :
3030 context : ./src/frontend
3131 file : ./src/frontend/Dockerfile
Original file line number Diff line number Diff line change 3030
3131 - name : Extract metadata (tags, labels) for Docker
3232 id : meta
33- uses : docker/metadata-action@v5
33+ uses : docker/metadata-action@v6
3434 with :
3535 images : ${{ env.REGISTRY }}/${{ github.repository }}-backend
3636 tags : |
4444 uses : docker/setup-buildx-action@v4
4545
4646 - name : Build and push Docker image
47- uses : docker/build-push-action@v6
47+ uses : docker/build-push-action@v7
4848 with :
4949 context : ./src/backend
5050 file : ./src/backend/Dockerfile
7070
7171 - name : Extract metadata (tags, labels) for Docker
7272 id : meta
73- uses : docker/metadata-action@v5
73+ uses : docker/metadata-action@v6
7474 with :
7575 images : ${{ env.REGISTRY }}/${{ github.repository }}-frontend-node
7676 tags : |
8484 uses : docker/setup-buildx-action@v4
8585
8686 - name : Build and push Docker image
87- uses : docker/build-push-action@v6
87+ uses : docker/build-push-action@v7
8888 with :
8989 context : ./src/frontend
9090 file : ./src/frontend/Dockerfile
Original file line number Diff line number Diff line change 3939 password : ${{ secrets.GITHUB_TOKEN }}
4040
4141 - name : Build and push image
42- uses : docker/build-push-action@v6
42+ uses : docker/build-push-action@v7
4343 with :
4444 context : ./apps/landing-page
4545 file : ./apps/landing-page/Dockerfile
You can’t perform that action at this time.
0 commit comments