Update kubernetes-cd.yml

This commit is contained in:
Cadey Ratio 2019-09-07 12:34:32 -04:00 committed by GitHub
parent 4028f7f417
commit 7c356cca08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ jobs:
- name: Build/Push Docker Image
run: |
set -x
docker build . -t xena/christinewebsite:$(echo $GITHUB_SHA | head -c7)
docker push xena/christinewebsite:$(echo $GITHUB_SHA | head -c7)
docker build . -t docker.io/within/christinewebsite:$(echo $GITHUB_SHA | head -c7)
docker push docker.io/within/christinewebsite:$(echo $GITHUB_SHA | head -c7)
- name: Download secrets
run: |
mkdir ~/.ssh