File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11
11
- ' Dockerfile'
12
12
- ' LICENSE.md'
13
13
tags :
14
- - ' v *.*.*'
15
- - ' v *.*.*-*'
14
+ - ' *.*.*'
15
+ - ' *.*.*-*'
16
16
17
17
jobs :
18
18
build_and_publish :
@@ -36,15 +36,15 @@ jobs:
36
36
type=semver,pattern={{major}}.{{minor}}.x
37
37
type=semver,pattern={{major}}.x
38
38
- name : Set up Docker Buildx
39
- uses : docker/setup-buildx-action@v1
39
+ uses : docker/setup-buildx-action@v2
40
40
- name : Login to DockerHub
41
- uses : docker/login-action@v1
41
+ uses : docker/login-action@v2
42
42
with :
43
43
username : ${{ secrets.DOCKER_HUB_USERNAME }}
44
44
password : ${{ secrets.DOCKER_HUB_PASSWORD }}
45
45
- name : Build and push
46
46
id : docker_build
47
- uses : docker/build-push-action@v2
47
+ uses : docker/build-push-action@v3
48
48
with :
49
49
file : Dockerfile
50
50
context : .
Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ jobs:
22
22
tags : |
23
23
type=sha
24
24
- name : Set up Docker Buildx
25
- uses : docker/setup-buildx-action@v1
25
+ uses : docker/setup-buildx-action@v2
26
26
- name : Login to DockerHub
27
- uses : docker/login-action@v1
27
+ uses : docker/login-action@v2
28
28
with :
29
29
username : ${{ secrets.DOCKER_HUB_USERNAME }}
30
30
password : ${{ secrets.DOCKER_HUB_PASSWORD }}
31
31
- name : Build and push
32
32
id : docker_build
33
- uses : docker/build-push-action@v2
33
+ uses : docker/build-push-action@v3
34
34
with :
35
35
file : Dockerfile
36
36
context : .
You can’t perform that action at this time.
0 commit comments