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