Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
fix: remove inspect
Browse files Browse the repository at this point in the history
  • Loading branch information
dvgamerr committed Nov 11, 2023
1 parent d59394d commit c5344f1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/notice-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,10 +212,6 @@ jobs:
- name: Docker Push 📌
run: docker buildx build --output "type=image,push=${{ github.event_name != 'pull_request' }}" ${{ steps.prepare.outputs.buildx_args }}

- name: Inspect 🔍
if: always() && github.event_name != 'pull_request'
run: docker buildx imagetools inspect ${{ steps.prepare.outputs.docker_image }}:${{ steps.prepare.outputs.version }}

# - name: Trigger deploy 🚀
# if: success() && github.event_name != 'pull_request'
# uses: Consensys/[email protected]
Expand Down

0 comments on commit c5344f1

Please sign in to comment.