Compare commits

..

2 Commits

Author SHA1 Message Date
bbc713b423 Setup caching 2025-11-17 17:18:26 +01:00
08d091ac23 Use Docker bake to build targets 2025-11-17 17:18:26 +01:00

View File

@@ -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:
digest: metadata:
description: Digest of the build docker container description: Digest of the build docker container
value: ${{ jobs.build.outputs.digest }} value: ${{ jobs.build.outputs.metadata }}
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:
digest: ${{ steps.build.outputs.digest }} metadata: ${{ steps.build.outputs.metadata }}
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4