mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2025-12-06 07:42:00 +01:00
New job labels
Signed-off-by: simonmicro <simon@simonmicro.de>
This commit is contained in:
parent
88b5bb47c6
commit
fc4f6b37e0
4
.github/workflows/bake_to_latest.yml
vendored
4
.github/workflows/bake_to_latest.yml
vendored
|
|
@ -32,7 +32,7 @@ jobs:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Build
|
- name: Build (full)
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
|
|
@ -43,7 +43,7 @@ jobs:
|
||||||
build-args: |
|
build-args: |
|
||||||
BUILD_COMMIT=${{ github.sha }}
|
BUILD_COMMIT=${{ github.sha }}
|
||||||
BUILD_BRANCH=${{ github.ref_name }}
|
BUILD_BRANCH=${{ github.ref_name }}
|
||||||
- name: Build
|
- name: Build (minimal)
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
|
|
|
||||||
4
.github/workflows/bake_to_next.yml
vendored
4
.github/workflows/bake_to_next.yml
vendored
|
|
@ -32,7 +32,7 @@ jobs:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Build
|
- name: Build (full)
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
|
|
@ -43,7 +43,7 @@ jobs:
|
||||||
build-args: |
|
build-args: |
|
||||||
BUILD_COMMIT=${{ github.sha }}
|
BUILD_COMMIT=${{ github.sha }}
|
||||||
BUILD_BRANCH=${{ github.ref_name }}
|
BUILD_BRANCH=${{ github.ref_name }}
|
||||||
- name: Build
|
- name: Build (minimal)
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
|
|
|
||||||
4
.github/workflows/bake_to_test.yml
vendored
4
.github/workflows/bake_to_test.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
||||||
platforms: all
|
platforms: all
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
- name: Build
|
- name: Build (full)
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
|
|
@ -26,7 +26,7 @@ jobs:
|
||||||
build-args: |
|
build-args: |
|
||||||
BUILD_COMMIT=${{ github.sha }}
|
BUILD_COMMIT=${{ github.sha }}
|
||||||
BUILD_BRANCH=${{ github.ref_name }}
|
BUILD_BRANCH=${{ github.ref_name }}
|
||||||
- name: Build
|
- name: Build (minimal)
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue