File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9696 - name : ' Build and Push Container'
9797 working-directory : builder-api
9898 run : |-
99- DOCKER_TAG="${{ env.REGION }}-docker.pkg.dev/${{ env.PROJECT_ID }}/${{ env.SERVICE }} /${{ env.API_NAME }}:latest"
99+ DOCKER_TAG="${{ env.REGION }}-docker.pkg.dev/${{ env.PROJECT_ID }}/cloud-run-source-deploy /${{ env.API_NAME }}:latest"
100100 docker build -f src/main/docker/Dockerfile.jvm --tag "${DOCKER_TAG}" .
101101 docker push "${DOCKER_TAG}"
102102
@@ -110,7 +110,7 @@ jobs:
110110 region : ' ${{ env.REGION }}'
111111 # NOTE: If using a pre-built image, update the image name below:
112112
113- image : ' ${{ env.REGION }}-docker.pkg.dev/${{ env.PROJECT_ID }}/${{ env.SERVICE }} /${{ env.API_NAME }}:latest'
113+ image : ' ${{ env.REGION }}-docker.pkg.dev/${{ env.PROJECT_ID }}/cloud-run-source-deploy /${{ env.API_NAME }}:latest'
114114 # If required, use the Cloud Run URL output in later steps
115115 - name : ' Show output'
116116 run : |2-
You can’t perform that action at this time.
0 commit comments