File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ jobs:
21
21
uses : actions/checkout@v4
22
22
23
23
- name : Set up QEMU
24
- uses : docker/setup-qemu-action@v2
24
+ uses : docker/setup-qemu-action@v3
25
25
26
26
- name : Set up Docker Buildx
27
- uses : docker/setup-buildx-action@v2
27
+ uses : docker/setup-buildx-action@v3
28
28
29
29
- name : Login to DockerHub
30
- uses : docker/login-action@v2
30
+ uses : docker/login-action@v3
31
31
with :
32
32
username : ${{ secrets.DOCKER_USERNAME }}
33
33
password : ${{ secrets.DOCKER_TOKEN }}
36
36
run : echo "image tag set to '${{ env.imagetag }}'"
37
37
38
38
- name : Build and push builder image
39
- uses : docker/build-push-action@v4
39
+ uses : docker/build-push-action@v5
40
40
with :
41
41
file : Dockerfile.builder
42
42
context : .
49
49
abcdesktopio/oc.nginx:builder
50
50
51
51
- name : Build and push oc.nginx:${{ env.imagetag }}
52
- uses : docker/build-push-action@v4
52
+ uses : docker/build-push-action@v5
53
53
with :
54
54
file : Dockerfile
55
55
context : .
You can’t perform that action at this time.
0 commit comments