Skip to content

Commit

Permalink
bugfix (build): Remove verify image from build.yml to build images.
Browse files Browse the repository at this point in the history
  • Loading branch information
lenuswalker committed Oct 10, 2024
1 parent 10eb4e4 commit 89a0449
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
BASE_IMAGE=$(yq '.base-image' ./recipes/${{ matrix.recipe }})
echo "BASE_IMAGE_NAME=$(echo $BASE_IMAGE | sed 's/.*\/.*\///')" >> $GITHUB_ENV
- name: Verify base image
uses: EyeCantCU/cosign-action/verify@v0.3.0
with:
containers: ${{ env.IMAGE_NAME }}:${{ env.IMAGE_MAJOR_VERSION }}
# - name: Verify base image
# uses: EyeCantCU/cosign-action/verify@v0.3.0
# with:
# containers: ${{ env.IMAGE_NAME }}:${{ env.IMAGE_MAJOR_VERSION }}

# the build is fully handled by the reusable github action
- name: Build Custom Image
Expand Down

0 comments on commit 89a0449

Please sign in to comment.