mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2026-04-06 14:53:38 +00:00
Update workflows to also build tagged releases
Signed-off-by: simonmicro <simon@simonmicro.de>
This commit is contained in:
parent
565ef8d500
commit
62508dfc49
5 changed files with 104 additions and 14 deletions
4
.github/workflows/bake_to_test.yml
vendored
4
.github/workflows/bake_to_test.yml
vendored
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
push: false
|
||||
build-args: |
|
||||
BUILD_COMMIT=${{ github.sha }}
|
||||
BUILD_BRANCH=${{ github.ref_name }}
|
||||
BUILD_REFERENCE=${{ github.ref_name }}
|
||||
- name: Build (minimal)
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
|
|
@ -35,4 +35,4 @@ jobs:
|
|||
push: false
|
||||
build-args: |
|
||||
BUILD_COMMIT=${{ github.sha }}
|
||||
BUILD_BRANCH=${{ github.ref_name }}
|
||||
BUILD_REFERENCE=${{ github.ref_name }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue