diff options
| author | Christine Dodrill <me@christine.website> | 2019-09-07 12:18:34 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-07 12:18:34 -0400 |
| commit | 4028f7f41722f5c11a5a81657c45fd3bf845c02a (patch) | |
| tree | 0abf06f608b9c56fb4db66baaf5fa521e307803a | |
| parent | 50cb6f7d6b11352baad7a510366984d4a19708d9 (diff) | |
| download | xesite-4028f7f41722f5c11a5a81657c45fd3bf845c02a.tar.xz xesite-4028f7f41722f5c11a5a81657c45fd3bf845c02a.zip | |
Update kubernetes-cd.yml
| -rw-r--r-- | .github/workflows/kubernetes-cd.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/kubernetes-cd.yml b/.github/workflows/kubernetes-cd.yml index 907ee04..1fc4a44 100644 --- a/.github/workflows/kubernetes-cd.yml +++ b/.github/workflows/kubernetes-cd.yml @@ -15,6 +15,7 @@ jobs: DOCKER_PASSWORD: "${{ secrets.DOCKER_PASSWORD }}" - 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) - name: Download secrets |
