From 4fdbc0d0e85a1e024497687bd265cdd22d3b93e4 Mon Sep 17 00:00:00 2001 From: Rafael Matias Date: Wed, 15 May 2024 11:01:50 +0300 Subject: [PATCH] ci: fixup slug --- .github/actions/deploy/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/deploy/action.yaml b/.github/actions/deploy/action.yaml index e2a86ef..2da1ce4 100644 --- a/.github/actions/deploy/action.yaml +++ b/.github/actions/deploy/action.yaml @@ -56,7 +56,7 @@ runs: id: slzug shell: bash run: | - echo "slug=$(echo "$platform" | tr '/' '-') + echo "slug=$(echo "${{ inputs.platform }}" | tr '/' '-') - name: Docker build & push id: docker_build uses: docker/build-push-action@v5