File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 41
41
username : " ${{ env.GH_CONTAINER_REGISTRY_USERNAME }}"
42
42
password : " ${{ secrets.GH_CONTAINER_REGISTRY_TOKEN }}"
43
43
- name : Build and push container
44
- uses : docker/build-push-action@v5
44
+ uses : docker/build-push-action@v6
45
45
with :
46
46
context : compiler/base/
47
47
file : compiler/base/Dockerfile
Original file line number Diff line number Diff line change 42
42
username : " ${{ env.DOCKER_HUB_USERNAME }}"
43
43
password : " ${{ secrets.DOCKER_HUB_TOKEN }}"
44
44
- name : Build and push container
45
- uses : docker/build-push-action@v5
45
+ uses : docker/build-push-action@v6
46
46
with :
47
47
context : compiler/base/
48
48
file : compiler/base/Dockerfile
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ components:
52
52
53
53
- build_compiler_containers : &build_compiler_containers
54
54
name : " Build and push container"
55
- uses : docker/build-push-action@v5
55
+ uses : docker/build-push-action@v6
56
56
with :
57
57
context : compiler/base/
58
58
file : compiler/base/Dockerfile
You can’t perform that action at this time.
0 commit comments