Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cf87b044d1 | |||
| 8e405d2cdb | |||
| 7e89ab72bd | |||
| 0409730d8c | |||
| 35dc518c53 | |||
| 745baada90 |
@@ -110,7 +110,7 @@ jobs:
|
||||
- name: Update auth image tag in dev overlay
|
||||
run: |
|
||||
cd infra/apps/overlays/dev
|
||||
kustomize edit set image ghcr.io/cartsnitch/auth:${{ steps.tag.outputs.tag }}
|
||||
kustomize edit set image git.farh.net/cartsnitch/auth:${{ steps.tag.outputs.tag }}
|
||||
|
||||
- name: Commit and push to infra
|
||||
run: |
|
||||
@@ -158,7 +158,7 @@ jobs:
|
||||
- name: Update auth image tag in uat overlay
|
||||
run: |
|
||||
cd infra/apps/overlays/uat
|
||||
kustomize edit set image ghcr.io/cartsnitch/auth:${{ steps.tag.outputs.tag }}
|
||||
kustomize edit set image git.farh.net/cartsnitch/auth:${{ steps.tag.outputs.tag }}
|
||||
|
||||
- name: Commit and push to infra
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user