From c409642f8f4e5f99704afc77b6c2c20bd4ccc556 Mon Sep 17 00:00:00 2001 From: Alexandre l'Heritier Date: Fri, 16 Dec 2022 16:52:42 +0100 Subject: [PATCH] Rerename dockerfile artifacts (GH Actions doesn't like colons) --- .github/workflows/image_creator.yml | 2 +- .github/workflows/weekly_images_creator.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/image_creator.yml b/.github/workflows/image_creator.yml index c8620a0..3d4b5ff 100644 --- a/.github/workflows/image_creator.yml +++ b/.github/workflows/image_creator.yml @@ -121,6 +121,6 @@ jobs: - name: Upload Dockerfile generated uses: actions/upload-artifact@v3 with: - name: arcane_${{ inputs.os_base }}:${{ inputs.compiler }}_${{ inputs.dependencies }}_${{ inputs.build_type }}_dockerfile + name: arcane_${{ inputs.os_base }}_${{ inputs.compiler }}_${{ inputs.dependencies }}_${{ inputs.build_type }}_dockerfile path: ${{ env.DOCKERFILE_OUT }} retention-days: 7 diff --git a/.github/workflows/weekly_images_creator.yml b/.github/workflows/weekly_images_creator.yml index 3cf799a..02a6dda 100644 --- a/.github/workflows/weekly_images_creator.yml +++ b/.github/workflows/weekly_images_creator.yml @@ -86,6 +86,6 @@ jobs: - name: Upload Dockerfile generated uses: actions/upload-artifact@v3 with: - name: arcane_${{ matrix.os_base }}:${{ matrix.compiler }}_${{ matrix.dependencies }}_${{ matrix.build_type }} + name: arcane_${{ matrix.os_base }}_${{ matrix.compiler }}_${{ matrix.dependencies }}_${{ matrix.build_type }}_dockerfile path: ${{ env.DOCKERFILE_OUT }} retention-days: 7