Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
Signed-off-by: dwertent <[email protected]>
  • Loading branch information
dwertent committed Nov 5, 2024
1 parent b7909c0 commit 7618e0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build core and operator images
on:
push:
branches:
- main
- release
paths:
# run only on changes of code files
- '**.go'
Expand All @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 7618e0a

Please sign in to comment.