aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2019-09-07 12:41:57 -0400
committerGitHub <noreply@github.com>2019-09-07 12:41:57 -0400
commit073be4f5d508e32783c8ebeede7d620fb075130f (patch)
treeff5a049f2c44e299942c8d20fa3d668592aee59d /.github
parent90a54000ba0cfe050d86969a4c56947783cb8089 (diff)
downloadxesite-073be4f5d508e32783c8ebeede7d620fb075130f.tar.xz
xesite-073be4f5d508e32783c8ebeede7d620fb075130f.zip
Update kubernetes-cd.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/kubernetes-cd.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/kubernetes-cd.yml b/.github/workflows/kubernetes-cd.yml
index 2424158..1610fcf 100644
--- a/.github/workflows/kubernetes-cd.yml
+++ b/.github/workflows/kubernetes-cd.yml
@@ -11,8 +11,8 @@ jobs:
- name: Build/Push Docker Image
run: |
docker login --username $DOCKER_USERNAME --password $DOCKER_PASSWORD
- docker build . -t docker.io/within/christinewebsite:$(echo $GITHUB_SHA | head -c7)
- docker push docker.io/within/christinewebsite:$(echo $GITHUB_SHA | head -c7)
+ docker build . -t xena/christinewebsite:$(echo $GITHUB_SHA | head -c7)
+ docker push xena/christinewebsite:$(echo $GITHUB_SHA | head -c7)
env:
DOCKER_USERNAME: "xena"
DOCKER_PASSWORD: "${{ secrets.DOCKER_PASSWORD }}"