🧹 Use GIT_COMMIT, not DRONE_COMMIT

This commit is contained in:
Gerber, Mike 2023-03-15 17:04:59 +01:00
parent bcf13a69c3
commit 435c88c5e1
15 changed files with 27 additions and 101 deletions

View file

@ -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