File tree 3 files changed +3
-10
lines changed
3 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -32,16 +32,14 @@ jobs:
32
32
ref : " ${{ github.event.pull_request.head.sha }}"
33
33
- name : Set up Docker Buildx
34
34
uses : docker/setup-buildx-action@v3
35
- with :
36
- driver-opts : image=moby/buildkit:v0.11.6
37
35
- name : Login to GitHub Container Registry
38
36
uses : docker/login-action@v3
39
37
with :
40
38
registry : ghcr.io
41
39
username : " ${{ env.GH_CONTAINER_REGISTRY_USERNAME }}"
42
40
password : " ${{ secrets.GH_CONTAINER_REGISTRY_TOKEN }}"
43
41
- name : Build and push container
44
- uses : docker/build-push-action@v5
42
+ uses : docker/build-push-action@v6
45
43
with :
46
44
context : compiler/base/
47
45
file : compiler/base/Dockerfile
Original file line number Diff line number Diff line change 28
28
uses : actions/checkout@v4
29
29
- name : Set up Docker Buildx
30
30
uses : docker/setup-buildx-action@v3
31
- with :
32
- driver-opts : image=moby/buildkit:v0.11.6
33
31
- name : Login to GitHub Container Registry
34
32
uses : docker/login-action@v3
35
33
with :
42
40
username : " ${{ env.DOCKER_HUB_USERNAME }}"
43
41
password : " ${{ secrets.DOCKER_HUB_TOKEN }}"
44
42
- name : Build and push container
45
- uses : docker/build-push-action@v5
43
+ uses : docker/build-push-action@v6
46
44
with :
47
45
context : compiler/base/
48
46
file : compiler/base/Dockerfile
Original file line number Diff line number Diff line change @@ -20,9 +20,6 @@ components:
20
20
- docker_buildx : &docker_buildx
21
21
name : " Set up Docker Buildx"
22
22
uses : docker/setup-buildx-action@v3
23
- with :
24
- driver-opts : >-
25
- image=moby/buildkit:v0.11.6
26
23
27
24
- login_ghcr : &login_ghcr
28
25
name : " Login to GitHub Container Registry"
@@ -52,7 +49,7 @@ components:
52
49
53
50
- build_compiler_containers : &build_compiler_containers
54
51
name : " Build and push container"
55
- uses : docker/build-push-action@v5
52
+ uses : docker/build-push-action@v6
56
53
with :
57
54
context : compiler/base/
58
55
file : compiler/base/Dockerfile
You can’t perform that action at this time.
0 commit comments