File tree Expand file tree Collapse file tree 3 files changed +19
-16
lines changed Expand file tree Collapse file tree 3 files changed +19
-16
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,11 @@ jobs:
14
14
15
15
- name : Set up CI Image Metadata
16
16
id : docker_meta_ci
17
- uses : crazy-max/ghaction-docker-meta@v1
17
+ uses : docker/metadata-action@v4
18
18
with :
19
19
images : solidnerd/bookstack-dev
20
- tag-sha : true
20
+ tags : |
21
+ type=sha
21
22
22
23
- name : Set up Docker Buildx
23
24
uses : docker/setup-buildx-action@v2
@@ -69,13 +70,13 @@ jobs:
69
70
70
71
- name : Set up Docker Hub Image Metadata
71
72
id : docker_meta
72
- uses : crazy-max/ghaction-docker-meta@v1
73
+ uses : docker/metadata-action@v4
73
74
with :
74
75
images : solidnerd/bookstack,ghcr.io/solidnerd/docker-bookstack
75
- tag-semver : |
76
- {{version}}
77
- {{major}}.{{minor}}
78
- {{major}}.{{minor}}.{{patch}}
76
+ tags : |
77
+ type=semver,pattern= {{version}}
78
+ type=semver,pattern= {{major}}.{{minor}}
79
+ type=semver,pattern= {{major}}.{{minor}}.{{patch}}
79
80
80
81
- name : Download artifact
81
82
uses : actions/download-artifact@v3
Original file line number Diff line number Diff line change @@ -14,10 +14,11 @@ jobs:
14
14
15
15
- name : Docker meta ci
16
16
id : docker_meta_ci
17
- uses : crazy-max/ghaction-docker-meta@v1
17
+ uses : docker/metadata-action@v4
18
18
with :
19
19
images : solidnerd/bookstack-dev
20
- tag-sha : true
20
+ tags : |
21
+ type=sha
21
22
22
23
- name : Set up Docker Buildx
23
24
uses : docker/setup-buildx-action@v2
Original file line number Diff line number Diff line change @@ -14,10 +14,11 @@ jobs:
14
14
15
15
- name : Set up CI Image Metadata
16
16
id : docker_meta_ci
17
- uses : crazy-max/ghaction-docker-meta@v1
17
+ uses : docker/metadata-action@v4
18
18
with :
19
19
images : solidnerd/bookstack-dev
20
- tag-sha : true
20
+ tags : |
21
+ type=sha
21
22
22
23
- name : Set up Docker Buildx
23
24
uses : docker/setup-buildx-action@v2
@@ -68,13 +69,13 @@ jobs:
68
69
69
70
- name : Set up Docker Hub Image Metadata
70
71
id : docker_meta
71
- uses : crazy-max/ghaction-docker-meta@v1
72
+ uses : docker/metadata-action@v4
72
73
with :
73
74
images : solidnerd/bookstack,ghcr.io/solidnerd/docker-bookstack
74
- tag-semver : |
75
- {{version}}
76
- {{major}}.{{minor}}
77
- {{major}}.{{minor}}.{{patch}}
75
+ tags :
76
+ type=semver,pattern= {{version}}
77
+ type=semver,pattern= {{major}}.{{minor}}
78
+ type=semver,pattern= {{major}}.{{minor}}.{{patch}}
78
79
79
80
- name : Download artifact
80
81
uses : actions/download-artifact@v3
You can’t perform that action at this time.
0 commit comments