From e377393f11ee2e068775f807e4168ce5a8be24c7 Mon Sep 17 00:00:00 2001 From: Mathieu Bour Date: Wed, 9 Jun 2021 23:59:03 +0200 Subject: [PATCH] fix: use empty suffix --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index e8dd7ab..018e1df 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -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