Skip to content

Commit

Permalink
try checking image
Browse files Browse the repository at this point in the history
  • Loading branch information
Administrator committed Oct 3, 2024
1 parent c46536f commit 39e2761
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/build-deploy-ocr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

env:
REGISTRY: ghcr.io
VERSION: 0.1.3
VERSION: 0.1.2


jobs:
Expand All @@ -22,16 +22,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
# - name: Check image
# id: image_exists
# uses: cloudposse/github-action-docker-image-exists@main
# with:
# registry: ghcr.io
# organization: "cdcgov"
# repository: "reportvision-ocr-api"
# login: "${{ github.actor }}"
# password: "${{ secrets.GITHUB_TOKEN }}"
# tag: latest
- name: Log in to the Container registry
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 39e2761

Please sign in to comment.