From c2070ac576bd9026279392fd6a53a1356fc95309 Mon Sep 17 00:00:00 2001 From: Israel Ogbole Date: Mon, 17 Aug 2020 22:32:48 +0100 Subject: [PATCH] Update DockerBuildPush.yml --- .github/workflows/DockerBuildPush.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/DockerBuildPush.yml b/.github/workflows/DockerBuildPush.yml index 795d43d..94286b7 100644 --- a/.github/workflows/DockerBuildPush.yml +++ b/.github/workflows/DockerBuildPush.yml @@ -4,7 +4,7 @@ on: types: [published] jobs: build_and_push_to_registry: - name: Push ConfigMyApp Docker image to Docker Hub + name: Build and Push ConfigMyApp Docker image to Docker Hub runs-on: ubuntu-latest steps: - name: Check out the repo @@ -16,9 +16,10 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD_CX }} repository: appdynamicscx/configmyapp tags: "latest" + tag_with_ref: true dockerfile: docker/Dockerfile - DcokerImage-QA: + QA-DcokerImage: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2