Compare commits
2 Commits
bbc713b423
...
a302fa5a1c
| Author | SHA1 | Date | |
|---|---|---|---|
|
a302fa5a1c
|
|||
|
6ac36cfddc
|
@@ -14,9 +14,9 @@ on:
|
|||||||
description: Webhook to call after build is completed
|
description: Webhook to call after build is completed
|
||||||
type: string
|
type: string
|
||||||
outputs:
|
outputs:
|
||||||
metadata:
|
digest:
|
||||||
description: Digest of the build docker container
|
description: Digest of the build docker container
|
||||||
value: ${{ jobs.build.outputs.metadata }}
|
value: ${{ jobs.build.outputs.digest }}
|
||||||
|
|
||||||
env:
|
env:
|
||||||
OCI_REPO: git.huizinga.dev/dreaded_x/${{ gitea.event.repository.name}}
|
OCI_REPO: git.huizinga.dev/dreaded_x/${{ gitea.event.repository.name}}
|
||||||
@@ -26,7 +26,7 @@ jobs:
|
|||||||
name: Build container and manifests
|
name: Build container and manifests
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
outputs:
|
outputs:
|
||||||
metadata: ${{ steps.build.outputs.metadata }}
|
digest: ${{ steps.build.outputs.digest }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user