Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tgymnich authored Nov 17, 2023
1 parent f0a0d99 commit fcfef6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
contents: read
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}/ubuntu-${{ matrix.ubuntu }}-${{ matrix.llvm }}-${{ matrix.build }}-projects-${{ join(matrix.project, '-') }}-${{ join(matrix.targets, '-') }}
IMAGE_NAME: ${{ github.repository }}/ubuntu-${{ matrix.ubuntu }}-${{ matrix.commit }}-${{ matrix.build }}-${{ join(matrix.project, '-') }}-${{ join(matrix.targets, '-') }}
steps:
- uses: AutoModality/action-clean@v1
- name: Check out the repo
Expand Down

0 comments on commit fcfef6c

Please sign in to comment.