From da3d82cdc942bf5ec5f58f230dff18a4234853a6 Mon Sep 17 00:00:00 2001 From: Anton Miniailo Date: Fri, 29 Nov 2024 15:13:52 -0500 Subject: [PATCH] Release image into spirl/spiffe-demo-app repo. --- .github/workflows/release-image.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-image.yaml b/.github/workflows/release-image.yaml index b18bba3..97f00b3 100644 --- a/.github/workflows/release-image.yaml +++ b/.github/workflows/release-image.yaml @@ -1,4 +1,4 @@ -name: Build, Push and Release the image +name: Build and Release the image on: push: @@ -17,13 +17,13 @@ jobs: with: go-version: '1.20.x' - - name: build and push + - name: setup ko uses: ko-build/setup-ko@ace48d793556083a76f1e3e6068850c1f4a369aa # v0.6 - - name: release + - name: build and push run: | tag=$(echo ${{ github.ref }} | cut -c11-) # get tag name without tags/refs/ prefix. - KO_DOCKER_REPO=ghcr.io/elinesterov/spiffe-demo-app \ + KO_DOCKER_REPO=ghcr.io/spirl/spiffe-demo-app \ ko build \ --tags $tag \ --tag-only \