Dan Ditomaso
11 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
4 additions and
3 deletions
-
.github/workflows/nightly.yml
|
|
@ -92,7 +92,8 @@ jobs: |
|
|
labels: | |
|
|
labels: | |
|
|
org.opencontainers.image.source=${{ github.repository }} |
|
|
org.opencontainers.image.source=${{ github.repository }} |
|
|
org.opencontainers.image.revision=${{ github.sha }} |
|
|
org.opencontainers.image.revision=${{ github.sha }} |
|
|
org.opencontainers.image.created=${{ github.run_id }} |
|
|
org.opencontainers.image.created=${{ github.event.head_commit.timestamp }} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Push To GHCR |
|
|
- name: Push To GHCR |
|
|
id: push-to-registry |
|
|
id: push-to-registry |
|
|
|