File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4141 username : " ${{ env.GH_CONTAINER_REGISTRY_USERNAME }}"
4242 password : " ${{ secrets.GH_CONTAINER_REGISTRY_TOKEN }}"
4343 - name : Build and push container
44- uses : docker/build-push-action@v4
44+ uses : docker/build-push-action@v5
4545 with :
4646 context : compiler/base/
4747 file : compiler/base/Dockerfile
Original file line number Diff line number Diff line change 4242 username : " ${{ env.DOCKER_HUB_USERNAME }}"
4343 password : " ${{ secrets.DOCKER_HUB_TOKEN }}"
4444 - name : Build and push container
45- uses : docker/build-push-action@v4
45+ uses : docker/build-push-action@v5
4646 with :
4747 context : compiler/base/
4848 file : compiler/base/Dockerfile
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ components:
5252
5353 - build_compiler_containers : &build_compiler_containers
5454 name : " Build and push container"
55- uses : docker/build-push-action@v4
55+ uses : docker/build-push-action@v5
5656 with :
5757 context : compiler/base/
5858 file : compiler/base/Dockerfile
You can’t perform that action at this time.
0 commit comments