Skip to content

Commit

Permalink
fix: use empty suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Bour committed Jun 9, 2021
1 parent e0551c0 commit e377393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=semver,pattern=${{ matrix.target }},suffix=''
type=semver,pattern=${{ matrix.target }},suffix=
type=sha
- name: Build and push image to DockerHub
uses: docker/build-push-action@v2
Expand Down

0 comments on commit e377393

Please sign in to comment.