Skip to content

Commit

Permalink
Push the latest image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
gmlexx committed Jan 22, 2025
1 parent 2600a88 commit f785486
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release_operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

env:
GO_VERSION: "1.22"
IMAGE_REPO: "ghcr.io/k0rdent/kof/promxy-operator-controller"

jobs:
build:
Expand Down Expand Up @@ -56,7 +57,7 @@ jobs:
context: "{{defaultContext}}:promxy-operator"
platforms: linux/amd64,linux/arm64
tags: |
ghcr.io/k0rdent/kof/promxy-operator-controller:${{ steps.vars.outputs.version }}
${{ env.IMAGE_REPO }}:${{ steps.vars.outputs.version }},${{ env.IMAGE_REPO }}:latest
push: true
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit f785486

Please sign in to comment.