From e97b4e7912cf1deae3457b0722fd46eab6cf6c72 Mon Sep 17 00:00:00 2001 From: Administrator Date: Mon, 4 Nov 2024 13:00:12 -0700 Subject: [PATCH] test with already registered docker images --- .github/workflows/build-deploy-ocr.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-deploy-ocr.yml b/.github/workflows/build-deploy-ocr.yml index e6a17ebc..edb13eb8 100644 --- a/.github/workflows/build-deploy-ocr.yml +++ b/.github/workflows/build-deploy-ocr.yml @@ -43,7 +43,7 @@ jobs: id: image_check run: | echo "docker_inspect=$( - docker manifest inspect ghcr.io/${{ env.REPO }}-ocr-api:derek-clean-up-test > /dev/null ; echo $? + docker manifest inspect ghcr.io/${{ env.REPO }}-ocr-api:resusable-deploy-test-derek > /dev/null ; echo $? )" >> $GITHUB_OUTPUT - name: Build and Push backend if: ${{ steps.image_check.outputs.docker_inspect == 1 }} @@ -52,7 +52,7 @@ jobs: docker-registry: ghcr.io docker-pw: ${{ secrets.GITHUB_TOKEN }} docker-username: ${{ github.actor }} - docker-tag: derek-clean-up-test + docker-tag: resusable-deploy-test-derek dockerfile-path: ./OCR/Dockerfile docker-context-path: ./OCR/ api-name: ocr-api @@ -73,6 +73,6 @@ jobs: uses: ./.github/actions/deploy-api with: deploy-env: dev - docker-tag: derek-clean-up-test + docker-tag: resusable-deploy-test-derek docker-registry: ghcr.io api-name: ocr-api