Skip to content

Commit

Permalink
Release image into spirl/spiffe-demo-app repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonAM committed Nov 29, 2024
1 parent 0dfbad2 commit da3d82c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-image.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build, Push and Release the image
name: Build and Release the image

on:
push:
Expand All @@ -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 \
Expand Down

0 comments on commit da3d82c

Please # to comment.