forked from cadey/xesite
Update kubernetes-cd.yml
This commit is contained in:
parent
4028f7f417
commit
7c356cca08
|
@ -16,8 +16,8 @@ jobs:
|
||||||
- name: Build/Push Docker Image
|
- name: Build/Push Docker Image
|
||||||
run: |
|
run: |
|
||||||
set -x
|
set -x
|
||||||
docker build . -t xena/christinewebsite:$(echo $GITHUB_SHA | head -c7)
|
docker build . -t docker.io/within/christinewebsite:$(echo $GITHUB_SHA | head -c7)
|
||||||
docker push xena/christinewebsite:$(echo $GITHUB_SHA | head -c7)
|
docker push docker.io/within/christinewebsite:$(echo $GITHUB_SHA | head -c7)
|
||||||
- name: Download secrets
|
- name: Download secrets
|
||||||
run: |
|
run: |
|
||||||
mkdir ~/.ssh
|
mkdir ~/.ssh
|
||||||
|
|
Loading…
Reference in New Issue