aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2019-09-07 12:08:54 -0400
committerGitHub <noreply@github.com>2019-09-07 12:08:54 -0400
commit95cad31f46bdd14ae2c64e3c9c78063e808d7249 (patch)
tree619aa9f16da49f2205fe68ebdb8de38b0bb8e363 /.github
parent94867af8f265c02eed49913474d7912d41c241a4 (diff)
downloadxesite-95cad31f46bdd14ae2c64e3c9c78063e808d7249.tar.xz
xesite-95cad31f46bdd14ae2c64e3c9c78063e808d7249.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 77fe9bb..8606ac5 100644
--- a/.github/workflows/kubernetes-cd.yml
+++ b/.github/workflows/kubernetes-cd.yml
@@ -11,8 +11,8 @@ jobs:
- name: Docker Login
uses: actions/docker/login@master
env:
- DOCKER_USERNAME: "${{ secrets.DOCKER_USERNAME }"
- DOCKER_PASSWORD: "${{ secrets.DOCKER_PASSWORD }"
+ DOCKER_USERNAME: "${{ secrets.DOCKER_USERNAME }}"
+ DOCKER_PASSWORD: "${{ secrets.DOCKER_PASSWORD }}"
- name: Build/Push Docker Image
run: |
docker build . -t xena/christine.website:$(echo $GITHUB_SHA | head -c7)