diff options
| author | Christine Dodrill <me@christine.website> | 2019-09-07 12:34:32 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-07 12:34:32 -0400 |
| commit | 7c356cca088522d1ba2dd39734dfeb9e870e2cc3 (patch) | |
| tree | d4ee984dcfd1b621c3a04f1467ee335f91cddcea | |
| parent | 4028f7f41722f5c11a5a81657c45fd3bf845c02a (diff) | |
| download | xesite-7c356cca088522d1ba2dd39734dfeb9e870e2cc3.tar.xz xesite-7c356cca088522d1ba2dd39734dfeb9e870e2cc3.zip | |
Update kubernetes-cd.yml
| -rw-r--r-- | .github/workflows/kubernetes-cd.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/kubernetes-cd.yml b/.github/workflows/kubernetes-cd.yml index 1fc4a44..0ddffd5 100644 --- a/.github/workflows/kubernetes-cd.yml +++ b/.github/workflows/kubernetes-cd.yml @@ -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 |
