Skip to content

Commit e377393

Browse files
author
Mathieu Bour
committed
fix: use empty suffix
1 parent e0551c0 commit e377393

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=${{ matrix.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)