mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-20 07:25:51 -04:00
use bare registry path, add -ko suffix, cleanup
This commit is contained in:
parent
070d0c3507
commit
1ca7e93241
@ -36,8 +36,8 @@ runs:
|
||||
KO_USER: ${{ github.actor }}
|
||||
KO_CONFIG_PATH: ${{ inputs.koConfig }}
|
||||
KO_PASSWORD: ${{ inputs.githubToken }}
|
||||
KO_DOCKER_REPO: ${{ env.REGISTRY }}/edgelesssys/constellation
|
||||
KO_DOCKER_REPO: ${{ env.REGISTRY }}/edgelesssys/${{ inputs.name }}-ko
|
||||
GIT_REF: ${{ github.ref }}
|
||||
run: |
|
||||
tag=$(echo ${GIT_REF} | cut -d'/' -f3)
|
||||
ko build ${{ inputs.koTarget }} --preserve-import-paths --tags ${tag}
|
||||
ko build ${{ inputs.koTarget }} --bare --tags ${tag}
|
||||
|
@ -7,7 +7,7 @@ on:
|
||||
push:
|
||||
|
||||
jobs:
|
||||
build-kms-server:
|
||||
build-join-service:
|
||||
runs-on: ubuntu-22.04
|
||||
permissions:
|
||||
contents: read
|
||||
|
1
.github/workflows/build-kms-image-ko.yml
vendored
1
.github/workflows/build-kms-image-ko.yml
vendored
@ -1,7 +1,6 @@
|
||||
name: Build and upload KMS image (KO)
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
IMAGE_NAME: kmsserver
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
Loading…
x
Reference in New Issue
Block a user