From 6bf5157654621ad148edead1c2b29c438486e8fe Mon Sep 17 00:00:00 2001 From: Lee Calcote Date: Wed, 22 Jul 2020 17:12:25 -0500 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a59069c..836a743 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,4 @@ -name: Learn Layer5 - +name: Learn-Layer5 on: push: branches: [ master ] @@ -35,4 +34,4 @@ jobs: if: github.event_name != 'pull_request' && startsWith(github.ref, 'refs/tags/') && success() run: | docker tag ${{ secrets.IMAGE_NAME }}:latest ${{ secrets.IMAGE_NAME }}:${GITHUB_REF/refs\/tags\//} - docker push ${{ secrets.IMAGE_NAME }}:${GITHUB_REF/refs\/tags\//} \ No newline at end of file + docker push ${{ secrets.IMAGE_NAME }}:${GITHUB_REF/refs\/tags\//}