From 386439f98c9f66c93a860e5d9b76a6ec3db8ab8d Mon Sep 17 00:00:00 2001 From: Ievgenii Shepeliuk Date: Wed, 3 Mar 2021 14:28:37 +0200 Subject: [PATCH] chore: fix release pipeline --- .github/workflows/release.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 91aaa89..8cb394d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -52,9 +52,8 @@ jobs: username: eshepelyuk password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: publish docker image - uses: hiberbee/github-action-skaffold@latest + uses: hiberbee/github-action-skaffold@1.5.0 with: - skaffold-version: 1.17.1 command: build tag: ${{ steps.cmakVersion.outputs.cmakVersion }} env: