Skip to content

Commit ae77864

Browse files
author
Carlos Berroteran
committed
Update Github Actions
1 parent ac874cc commit ae77864

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/dockerimage-cd.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
uses: actions/checkout@v2
1515
- name: Docker meta
1616
id: docker_meta
17-
uses: crazy-max/ghaction-docker-meta@v1
17+
uses: crazy-max/ghaction-docker-meta@v2
1818
with:
1919
images: cebxan/amdgpu-opencl
20-
tag-match: v(.*)
21-
tag-match-group: 1
20+
tags: |
21+
type=match,pattern=v(.*),group=1
2222
- name: Set up Docker Buildx
2323
uses: docker/setup-buildx-action@v1
2424
- name: Login to Docker Hub

.github/workflows/dockerimage.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
99
steps:
1010
- name: Docker meta
1111
id: docker_meta
12-
uses: crazy-max/ghaction-docker-meta@v1
12+
uses: crazy-max/ghaction-docker-meta@v2
1313
with:
1414
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
1818
- name: Set up Docker Buildx
1919
uses: docker/setup-buildx-action@v1
2020
- name: Login to GitHub Container Registry

0 commit comments

Comments
 (0)