Skip to content

Commit

Permalink
remove verification step
Browse files Browse the repository at this point in the history
  • Loading branch information
peters-david committed Jan 29, 2025
1 parent 00089a2 commit 0eb1ca4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-and-publish-container-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@ jobs:
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache,mode=max
load: true
- name: Verify image existence
run: |
docker images ${{ env.IMAGE_NAME }}:test
- name: Test harbor tool
run: |
docker run --rm ${{ env.IMAGE_NAME }}:test /usr/local/harbor --help
Expand Down

0 comments on commit 0eb1ca4

Please sign in to comment.