File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,17 +20,17 @@ jobs:
20
20
uses : actions/checkout@v4
21
21
22
22
- name : Set up Docker Buildx
23
- uses : docker/setup-buildx-action@v2
23
+ uses : docker/setup-buildx-action@v3
24
24
25
25
- name : Login to ghcr.io
26
- uses : docker/login-action@v2
26
+ uses : docker/login-action@v3
27
27
with :
28
28
registry : ghcr.io
29
29
username : ${{ github.repository_owner }}
30
30
password : ${{ secrets.GHCR_TOKEN }}
31
31
32
32
- name : Build and push docker container image
33
- uses : docker/build-push-action@v3
33
+ uses : docker/build-push-action@v6
34
34
with :
35
35
push : true
36
36
context : ./sources/SloCovidServer
Original file line number Diff line number Diff line change @@ -20,17 +20,17 @@ jobs:
20
20
uses : actions/checkout@v4
21
21
22
22
- name : Set up Docker Buildx
23
- uses : docker/setup-buildx-action@v2
23
+ uses : docker/setup-buildx-action@v3
24
24
25
25
- name : Login to ghcr.io
26
- uses : docker/login-action@v2
26
+ uses : docker/login-action@v3
27
27
with :
28
28
registry : ghcr.io
29
29
username : ${{ github.repository_owner }}
30
30
password : ${{ secrets.GHCR_TOKEN }}
31
31
32
32
- name : Build and push docker container image
33
- uses : docker/build-push-action@v3
33
+ uses : docker/build-push-action@v6
34
34
with :
35
35
push : true
36
36
context : ./sources/SloCovidServer
You can’t perform that action at this time.
0 commit comments