From 7c89b969861c1ee3dba789ddc6055e4525d563a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= Date: Thu, 16 Nov 2023 22:58:17 +0100 Subject: [PATCH] wip --- .github/workflows/maintenance-linux.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/maintenance-linux.yml b/.github/workflows/maintenance-linux.yml index 7f572ed6..d02db025 100644 --- a/.github/workflows/maintenance-linux.yml +++ b/.github/workflows/maintenance-linux.yml @@ -15,7 +15,10 @@ on: type: string env: - DOCKER_REPOSITORY: crystallang/crystal + DOCKER_REPOSITORY: "crystallang/crystal" + CRYSTAL_VERSION: "${{ inputs.crystal_version || 'master' }}" + CRYSTAL_SHA1: "${{ inputs.crystal_version || 'master' }}" + PREVIOUS_CRYSTAL_VERSION: "${{ inputs.previous_crystal_version || '1.10.1' }}" jobs: build-linux: @@ -27,10 +30,7 @@ jobs: - name: Build the linux binaries working-directory: linux - run: make all no_cache=true pull_images=true release=true - env: - CRYSTAL_VERSION: ${{ inputs.crystal_version }} - PREVIOUS_CRYSTAL_VERSION: ${{ inputs.previous_crystal_version }} + run: make all pull_images=true release=true - name: Upload the binaries for use in the next step uses: actions/upload-artifact@v3