mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-07-03 18:29:53 +02:00
🧹 Use GIT_COMMIT, not DRONE_COMMIT
This commit is contained in:
parent
bcf13a69c3
commit
435c88c5e1
15 changed files with 27 additions and 101 deletions
2
.github/workflows/build-subimage.yml
vendored
2
.github/workflows/build-subimage.yml
vendored
|
@ -50,7 +50,7 @@ jobs:
|
|||
context: .
|
||||
file: Dockerfile-${{ inputs.subimage }}
|
||||
build-args: |
|
||||
DRONE_COMMIT=sha-${{ github.sha }}
|
||||
GIT_COMMIT=sha-${{ github.sha }}
|
||||
BUILDKIT_INLINE_CACHE=1
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
push: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue