From 0aeeb2431a884c4a202e765f7cfad48ce249208d Mon Sep 17 00:00:00 2001 From: jon r Date: Tue, 17 Oct 2023 00:50:03 +0200 Subject: [PATCH] deparametrise image name --- .github/workflows/ci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2c5362..425957b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,9 +9,6 @@ on: required: false type: string -env: - image_name: distribution - permissions: contents: read packages: write @@ -23,13 +20,13 @@ jobs: uses: federated-wiki/workflows/.github/workflows/build-and-push.yml@main if: ( inputs.ref == 0 ) with: - image-name: ${{ env.image_name }} + image-name: distribution secrets: inherit call-build-and-push-ref: name: Call tagged image build uses: federated-wiki/workflows/.github/workflows/build-and-push.yml@main if: ( inputs.ref != 0 ) with: - image-name: ${{ env.image_name }} + image-name: distribution ref: ${{ inputs.ref }} secrets: inherit