File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2929 core.setOutput('no-v', no_v)
3030 core.setOutput('no-dash', no_dash)
3131 - name : Build and push tag ${{steps.set_version.outputs.no-dash}} for backend
32- uses : docker/build-push-action@v5
32+ uses : docker/build-push-action@v6
3333 with :
3434 context : .
3535 file : ./dockerfiles/backend.Dockerfile
4141 ${{ secrets.DOCKERHUB_USERNAME }}/azure-ai-services-solutions:backend-${{steps.set_version.outputs.no-dash}}
4242 ${{ secrets.DOCKERHUB_USERNAME }}/azure-ai-services-solutions:backend-latest
4343 - name : Build and push tag ${{steps.set_version.outputs.no-dash}} for frontend
44- uses : docker/build-push-action@v5
44+ uses : docker/build-push-action@v6
4545 with :
4646 context : .
4747 file : ./dockerfiles/frontend.Dockerfile
You can’t perform that action at this time.
0 commit comments