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 33
33
34
34
- name : Docker meta
35
35
id : docker_meta
36
- uses : crazy-max/ghaction-docker-meta@v1
36
+ uses : crazy-max/ghaction-docker-meta@v5
37
37
with :
38
38
images : cesanta/docker_auth
39
39
tag-edge : true
@@ -43,28 +43,28 @@ jobs:
43
43
{{major}}.{{minor}}
44
44
45
45
- name : Set up QEMU
46
- uses : docker/setup-qemu-action@v1
46
+ uses : docker/setup-qemu-action@v3
47
47
with :
48
48
platforms : all
49
49
50
50
- name : Set up Docker Buildx
51
51
id : buildx
52
- uses : docker/setup-buildx-action@v1
52
+ uses : docker/setup-buildx-action@v3
53
53
with :
54
54
install : true
55
55
version : latest
56
56
# TODO: Remove driver-opts once fix is released docker/buildx#386
57
57
driver-opts : image=moby/buildkit:master
58
58
59
59
- name : Login to DockerHub
60
- uses : docker/login-action@v1
60
+ uses : docker/login-action@v3
61
61
with :
62
62
username : ${{ secrets.DOCKER_USERNAME }}
63
63
password : ${{ secrets.DOCKER_PASSWORD }}
64
64
if : github.event_name == 'push'
65
65
66
66
- name : Build and Push
67
- uses : docker/build-push-action@v2
67
+ uses : docker/build-push-action@v6
68
68
with :
69
69
context : auth_server
70
70
file : auth_server/Dockerfile
You can’t perform that action at this time.
0 commit comments