Skip to content

Commit

Permalink
Remove REGISTRY env (#359)
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Ekenstam <Todd_Ekenstam@intuit.com>
  • Loading branch information
tekenstam authored Jul 17, 2023
1 parent 84e1b01 commit 1d38e5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
file: ./Dockerfile
platforms: linux/amd64,linux/arm/v7,linux/arm64
push: true
tags: ${{ env.REGISTRY }}/keikoproj/rolling-upgrade-controller:master
tags: keikoproj/rolling-upgrade-controller:master

- name: Build and push Docker image with tag latest # only on releases of keikoproj/upgrade-manager
if: github.event_name == 'release' && github.repository == 'keikoproj/upgrade-manager'
Expand All @@ -89,7 +89,7 @@ jobs:
file: ./Dockerfile
platforms: linux/amd64,linux/arm/v7,linux/arm64
push: true
tags: ${{ env.REGISTRY }}/keikoproj/rolling-upgrade-controller:latest
tags: keikoproj/rolling-upgrade-controller:latest

- name: Build and push Docker image with tag git-tag # only on releases of keikoproj/upgrade-manager
if: github.event_name == 'release' && github.repository == 'keikoproj/upgrade-manager'
Expand Down

0 comments on commit 1d38e5e

Please sign in to comment.