Skip to content

Commit

Permalink
fix(ci): fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Gągor committed Dec 15, 2024
1 parent faa2ffb commit 261ec2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
run: |
echo ${{ secrets.CR_PAT }} | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin
set -x
docker pull ghcr.io/tgagor/centos:${{ matrix.tag }}-${{ github.sha }}
- name: Run Trivy vulnerability scanner
Expand Down

0 comments on commit 261ec2e

Please sign in to comment.