From 17a4b2078c9dea9298a7c3fe22c91a84bef3203a Mon Sep 17 00:00:00 2001 From: praneethsandra <69899890+praneethsandra@users.noreply.github.com> Date: Mon, 3 May 2021 12:20:08 +0530 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5ac27fb2..87a08363 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -64,4 +64,6 @@ jobs: - name: Docker tag & Push run: | docker tag '${{ secrets.DOCKER_REPO }}'/oauth2-proxy:latest '${{ secrets.DOCKER_REPO }}'/edi-foundation-oauth2-proxy:${{ github.sha }} - docker push '${{ secrets.DOCKER_REPO }}'/edi-foundation-oauth2-proxy:${{ github.sha }} + docker tag '${{ secrets.DOCKER_REPO }}'/oauth2-proxy:latest '${{ secrets.DOCKER_REPO }}'/edi-foundation-oauth2-proxy:latest + docker push '${{ secrets.DOCKER_REPO }}'/edi-foundation-oauth2-proxy:${{ github.sha }} + docker push '${{ secrets.DOCKER_REPO }}'/edi-foundation-oauth2-proxy:latest