Skip to content

Commit

Permalink
Add explicit path to tags (#358)
Browse files Browse the repository at this point in the history
* Add explicit path to tags

Signed-off-by: Todd Ekenstam <Todd_Ekenstam@intuit.com>

* Update .github/workflows/ci.yaml

Co-authored-by: Venkata Gunapati <Venkata_Gunapati@intuit.com>

---------

Signed-off-by: Todd Ekenstam <Todd_Ekenstam@intuit.com>
Co-authored-by: Venkata Gunapati <Venkata_Gunapati@intuit.com>
  • Loading branch information
tekenstam and vgunapati authored Jul 17, 2023
1 parent 5b1597b commit 84e1b01
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: master
tags: ${{ env.REGISTRY }}/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: latest
tags: ${{ env.REGISTRY }}/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 84e1b01

Please sign in to comment.