mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2026-04-04 13:57:28 +00:00
Added missing build args to all versions
This commit is contained in:
parent
f0981690b2
commit
dd1d6b7aa4
3 changed files with 16 additions and 1 deletions
6
.github/workflows/bake_to_next.yml
vendored
6
.github/workflows/bake_to_next.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-next,ghcr.io/py-kms-organization/py-kms:python3-next
|
||||
build-args: |
|
||||
BUILD_COMMIT=${{ github.sha }}
|
||||
BUILD_BRANCH=${{ github.ref_name }}
|
||||
- name: Build
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
|
|
@ -48,3 +51,6 @@ jobs:
|
|||
platforms: linux/amd64,linux/386,linux/arm64/v8,linux/arm/v7,linux/arm/v6
|
||||
push: true
|
||||
tags: pykmsorg/py-kms:latest-next,ghcr.io/py-kms-organization/py-kms:latest-next,pykmsorg/py-kms:minimal-next,ghcr.io/py-kms-organization/py-kms:minimal-next
|
||||
build-args: |
|
||||
BUILD_COMMIT=${{ github.sha }}
|
||||
BUILD_BRANCH=${{ github.ref_name }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue