Skip to content

Commit

Permalink
Rerename dockerfile artifacts (GH Actions doesn't like colons)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexlHer committed Dec 16, 2022
1 parent e50e48d commit c409642
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/image_creator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/weekly_images_creator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c409642

Please sign in to comment.