mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2025-05-23 19:47:09 -04:00
Added new build-args containing the version info
This commit is contained in:
parent
818520730c
commit
bf323f73c5
1 changed files with 3 additions and 0 deletions
3
.github/workflows/bake_to_latest.yml
vendored
3
.github/workflows/bake_to_latest.yml
vendored
|
@ -40,6 +40,9 @@ jobs:
|
|||
platforms: linux/amd64,linux/386,linux/arm64/v8,linux/arm/v7,linux/arm/v6
|
||||
push: true
|
||||
tags: pykmsorg/py-kms:python3,ghcr.io/py-kms-organization/py-kms:python3
|
||||
build-args: |
|
||||
BUILD_COMMIT=${{ github.sha }}
|
||||
BUILD_BRANCH=${{ github.ref_name }}
|
||||
- name: Build
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue