Update kubernetes-cd.yml

This commit is contained in:
Cadey Ratio 2019-09-07 12:18:34 -04:00 committed by GitHub
parent 50cb6f7d6b
commit 4028f7f417
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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