File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ jobs:
14
14
uses : actions/checkout@v2
15
15
- name : Docker meta
16
16
id : docker_meta
17
- uses : crazy-max/ghaction-docker-meta@v1
17
+ uses : crazy-max/ghaction-docker-meta@v2
18
18
with :
19
19
images : cebxan/amdgpu-opencl
20
- tag-match : v(.*)
21
- tag- match- group: 1
20
+ tags : |
21
+ type= match,pattern=v(.*), group= 1
22
22
- name : Set up Docker Buildx
23
23
uses : docker/setup-buildx-action@v1
24
24
- name : Login to Docker Hub
Original file line number Diff line number Diff line change 9
9
steps :
10
10
- name : Docker meta
11
11
id : docker_meta
12
- uses : crazy-max/ghaction-docker-meta@v1
12
+ uses : crazy-max/ghaction-docker-meta@v2
13
13
with :
14
14
images : ghcr.io/cebxan/amdgpu-opencl
15
- tag-sha : true
16
- tag-match : v(.*)
17
- tag- match- group: 1
15
+ tags : |
16
+ type=sha
17
+ type= match,pattern=v(.*), group= 1
18
18
- name : Set up Docker Buildx
19
19
uses : docker/setup-buildx-action@v1
20
20
- name : Login to GitHub Container Registry
You can’t perform that action at this time.
0 commit comments