Skip to content

Commit e0551c0

Browse files
author
Mathieu Bour
committed
fix: use matrix syntax
1 parent acc10cc commit e0551c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
type=semver,pattern={{version}}
4949
type=semver,pattern={{major}}.{{minor}}
5050
type=semver,pattern={{major}}
51-
type=semver,pattern={{target}},suffix=''
51+
type=semver,pattern=${{ matrix.target }},suffix=''
5252
type=sha
5353
- name: Build and push image to DockerHub
5454
uses: docker/build-push-action@v2

0 commit comments

Comments
 (0)