Skip to content

Commit c27504c

Browse files
Merge pull request #690 from ImJasonH/nightly-tag
Tag nightly releases to avoid quay GC
2 parents 6fb0218 + 547b20e commit c27504c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
IMAGE_HOST: quay.io
4242
IMAGE: shipwright/shipwright-operator
4343
run: |
44-
make release
44+
TAG="nightly-${{ steps.date.outputs.date }}" make release
4545
mv release.yaml nightly-${{ steps.date.outputs.date }}.yaml
4646
mv release-debug.yaml nightly-${{ steps.date.outputs.date }}-debug.yaml
4747

0 commit comments

Comments
 (0)