-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3e5e4e9
commit 8f40749
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,7 +60,7 @@ runs: | |
steps: | ||
# Cleanup if inputs.keep_versions provided | ||
- name: GHCR Cleanup | ||
if: ${{ inputs.keep_versions }} | ||
if: inputs.keep_versions | ||
continue-on-error: true # Stop fail if no versions to delete | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -186,7 +186,7 @@ runs: | |
|
||
# Action repo needs to be present for cleanup/tests | ||
- name: Checkout local repo to make sure action.yml is present | ||
if: ${{ github.repository }} != ${{ inputs.repository }} | ||
if: github.repository != inputs.repository | ||
uses: actions/checkout@v4 | ||
|
||
# Get the digest of the built image | ||
|