Skip to content

Commit

Permalink
Fix pull base image before verifying authenticity
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Apr 17, 2021
1 parent bdbdba6 commit cdf30b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ jobs:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: ⤵️ Download base image
run: docker pull "${{ steps.flags.outputs.from }}"
- name: ✅ Verify authenticity of base image
run: |
vcn authenticate \
Expand Down

0 comments on commit cdf30b2

Please sign in to comment.