Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cf87b044d1 |
@@ -110,7 +110,7 @@ jobs:
|
|||||||
- name: Update auth image tag in dev overlay
|
- name: Update auth image tag in dev overlay
|
||||||
run: |
|
run: |
|
||||||
cd infra/apps/overlays/dev
|
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
|
- name: Commit and push to infra
|
||||||
run: |
|
run: |
|
||||||
@@ -158,7 +158,7 @@ jobs:
|
|||||||
- name: Update auth image tag in uat overlay
|
- name: Update auth image tag in uat overlay
|
||||||
run: |
|
run: |
|
||||||
cd infra/apps/overlays/uat
|
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
|
- name: Commit and push to infra
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user