ci: update image namespace to BuzzParty org
Some checks are pending
Build and Deploy / deploy (push) Waiting to run
Some checks are pending
Build and Deploy / deploy (push) Waiting to run
This commit is contained in:
parent
ddb915cf4f
commit
32efc3fac8
1 changed files with 5 additions and 5 deletions
|
|
@ -15,18 +15,18 @@ jobs:
|
||||||
- name: Build image
|
- name: Build image
|
||||||
run: |
|
run: |
|
||||||
docker build \
|
docker build \
|
||||||
-t git.ch4t.buzz/djg/helpme-tips:${{ github.sha }} \
|
-t git.ch4t.buzz/buzzparty/helpme-tips:${{ github.sha }} \
|
||||||
-t git.ch4t.buzz/djg/helpme-tips:latest \
|
-t git.ch4t.buzz/buzzparty/helpme-tips:latest \
|
||||||
.
|
.
|
||||||
|
|
||||||
- name: Push to registry
|
- name: Push to registry
|
||||||
run: |
|
run: |
|
||||||
docker push git.ch4t.buzz/djg/helpme-tips:${{ github.sha }}
|
docker push git.ch4t.buzz/buzzparty/helpme-tips:${{ github.sha }}
|
||||||
docker push git.ch4t.buzz/djg/helpme-tips:latest
|
docker push git.ch4t.buzz/buzzparty/helpme-tips:latest
|
||||||
|
|
||||||
- name: Roll out to k8s
|
- name: Roll out to k8s
|
||||||
run: |
|
run: |
|
||||||
kubectl set image deployment/static-hts \
|
kubectl set image deployment/static-hts \
|
||||||
nginx=git.ch4t.buzz/djg/helpme-tips:${{ github.sha }} \
|
nginx=git.ch4t.buzz/buzzparty/helpme-tips:${{ github.sha }} \
|
||||||
-n default
|
-n default
|
||||||
kubectl rollout status deployment/static-hts -n default --timeout=120s
|
kubectl rollout status deployment/static-hts -n default --timeout=120s
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue