Skip to content

Commit

Permalink
Add missing step in certify job (#196)
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Abel <128620221+pdabelf5@users.noreply.github.com>
  • Loading branch information
lucacome and pdabelf5 authored Dec 11, 2023
1 parent c6a20e7 commit 47db57a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@ jobs:
needs: build
if: ${{ github.ref_type == 'tag' }}
steps:
- name: Checkout Repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Certify Images
continue-on-error: true
run: |
Expand Down

0 comments on commit 47db57a

Please sign in to comment.