From 7618e0a209c04d2b09b91105cb2c0184486e77e2 Mon Sep 17 00:00:00 2001 From: dwertent Date: Mon, 4 Nov 2024 22:50:57 -0500 Subject: [PATCH] release Signed-off-by: dwertent --- .github/workflows/build-images.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-images.yaml b/.github/workflows/build-images.yaml index fa86da024..e4ec93c13 100644 --- a/.github/workflows/build-images.yaml +++ b/.github/workflows/build-images.yaml @@ -2,7 +2,7 @@ name: Build core and operator images on: push: branches: - - main + - release paths: # run only on changes of code files - '**.go' @@ -16,7 +16,7 @@ jobs: with: dockerfile: ./Dockerfile registry: docker.io - image: ${{ github.repository_owner }}/paladin + image: kaleidoinc/paladin image_tag: ${{ github.ref_name }} push: true secrets: @@ -27,7 +27,7 @@ jobs: with: dockerfile: ./operator/Dockerfile registry: docker.io - image: ${{ github.repository_owner }}/paladin-operator + image: kaleidoinc/paladin-operator image_tag: ${{ github.ref_name }} push: true secrets: