File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,22 +23,22 @@ jobs:
23
23
run : echo Version is ${{ env.VERSION_TAG }}
24
24
25
25
- name : Login to Dockerhub
26
- uses : docker/login-action@v1
26
+ uses : docker/login-action@v3
27
27
with :
28
28
username : ${{ secrets.DOCKERHUB_USERNAME }}
29
29
password : ${{ secrets.DOCKERHUB_TOKEN }}
30
30
31
31
- name : Set up QEMU
32
- uses : docker/setup-qemu-action@v1
32
+ uses : docker/setup-qemu-action@v3
33
33
with :
34
34
platforms : all
35
35
36
36
- name : Set up Docker Buildx
37
- uses : docker/setup-buildx-action@v1
37
+ uses : docker/setup-buildx-action@v3
38
38
39
39
- name : Build and push
40
40
id : docker_build
41
- uses : docker/build-push-action@v2
41
+ uses : docker/build-push-action@v6
42
42
with :
43
43
builder : ${{ steps.buildx.outputs.name }}
44
44
context : ./genetIC
You can’t perform that action at this time.
0 commit comments