Skip to content

Commit

Permalink
Fix build script inside workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-alvarez-alvarez committed May 8, 2024
1 parent 2b63c47 commit a71a873
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build images
id: build
run: ./build
run: ./build.sh
- name: Push images
run: ./build --push
run: ./build.sh --push
- name: Free Disk Space (Ubuntu) # Required by trivy to have enough space to scan full image
uses: jlumbroso/free-disk-space@76866dbe54312617f00798d1762df7f43def6e5c # v1.2.0
with:
Expand Down

0 comments on commit a71a873

Please sign in to comment.