mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2026-04-05 14:25:27 +00:00
New job labels
Signed-off-by: simonmicro <simon@simonmicro.de>
This commit is contained in:
parent
88b5bb47c6
commit
fc4f6b37e0
3 changed files with 6 additions and 6 deletions
4
.github/workflows/bake_to_test.yml
vendored
4
.github/workflows/bake_to_test.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
platforms: all
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
- name: Build
|
||||
- name: Build (full)
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
build-args: |
|
||||
BUILD_COMMIT=${{ github.sha }}
|
||||
BUILD_BRANCH=${{ github.ref_name }}
|
||||
- name: Build
|
||||
- name: Build (minimal)
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue