Update pr.yaml

This commit is contained in:
praneethsandra 2021-05-03 15:29:27 +05:30 committed by GitHub
parent e3328281b9
commit 7029dfd0b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ jobs:
- name: Docker tag & Push
run: |
docker tag '${{ secrets.DOCKER_REPO }}'/oauth2-proxy:latest '${{ secrets.DOCKER_REPO }}'/edi-foundation-oauth2-proxy:prlatest .
docker tag '${{ secrets.DOCKER_REPO }}'/oauth2-proxy:latest '${{ secrets.DOCKER_REPO }}'/edi-foundation-oauth2-proxy:prlatest
docker push '${{ secrets.DOCKER_REPO }}'/edi-foundation-oauth2-proxy:prlatest