File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,16 @@ jobs:
19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
- name : Check out the repo
22
- uses : actions/checkout@v2
22
+ uses : actions/checkout@v3
23
23
- name : Set up Docker Buildx
24
- uses : docker/setup-buildx-action@v1
24
+ uses : docker/setup-buildx-action@v2
25
25
- name : Login to Docker Hub
26
- uses : docker/login-action@v1
26
+ uses : docker/login-action@v2
27
27
with :
28
28
username : ${{ secrets.DOCKER_USERNAME }}
29
29
password : ${{ secrets.DOCKER_PASSWORD }}
30
30
- name : Build and push to Docker Hub
31
- uses : docker/build-push-action@v2
31
+ uses : docker/build-push-action@v4
32
32
with :
33
33
context : .
34
34
file : ./Dockerfile
Original file line number Diff line number Diff line change @@ -19,20 +19,20 @@ jobs:
19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
- name : Check out the repo
22
- uses : actions/checkout@v2
22
+ uses : actions/checkout@v3
23
23
with :
24
24
ref : release
25
25
- name : Set up Docker Buildx
26
26
uses : docker/setup-buildx-action@v2
27
27
with :
28
28
platforms : linux/amd64,linux/arm64
29
29
- name : Login to Docker Hub
30
- uses : docker/login-action@v1
30
+ uses : docker/login-action@v2
31
31
with :
32
32
username : ${{ secrets.DOCKER_USERNAME }}
33
33
password : ${{ secrets.DOCKER_PASSWORD }}
34
34
- name : Build and push to Docker Hub
35
- uses : docker/build-push-action@v2
35
+ uses : docker/build-push-action@v4
36
36
with :
37
37
context : .
38
38
file : ./Dockerfile
You can’t perform that action at this time.
0 commit comments