aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2019-09-07 12:15:43 -0400
committerGitHub <noreply@github.com>2019-09-07 12:15:43 -0400
commit50cb6f7d6b11352baad7a510366984d4a19708d9 (patch)
treef93d44f9803af7fc17cc5fa95b4fc3ee4cc5aa3a /.github
parent01ccc3696d5feed9d7864ca09cb06033b60c98c7 (diff)
downloadxesite-50cb6f7d6b11352baad7a510366984d4a19708d9.tar.xz
xesite-50cb6f7d6b11352baad7a510366984d4a19708d9.zip
Update kubernetes-cd.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/kubernetes-cd.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/kubernetes-cd.yml b/.github/workflows/kubernetes-cd.yml
index 52a3429..907ee04 100644
--- a/.github/workflows/kubernetes-cd.yml
+++ b/.github/workflows/kubernetes-cd.yml
@@ -11,7 +11,7 @@ jobs:
- name: Docker Login
uses: actions/docker/login@master
env:
- DOCKER_USERNAME: "${{ secrets.DOCKER_USERNAME }}"
+ DOCKER_USERNAME: "xena"
DOCKER_PASSWORD: "${{ secrets.DOCKER_PASSWORD }}"
- name: Build/Push Docker Image
run: |