Skip to content

Commit

Permalink
Fix rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Dec 5, 2022
1 parent 4f3f717 commit d0cd2a8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/rebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:

- name: Checks
run: c2cciutils-checks
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

# the if the generated files are up to date
- run: make jsonschema
Expand Down Expand Up @@ -74,10 +76,14 @@ jobs:

- name: Publish
run: c2cciutils-publish --group=docker --type=rebuild --branch=${{ matrix.branch }}
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

- run: make build-all

- name: Publish Docker all
run: |
c2cciutils-publish --group=docker-all
if: env.HAS_SECRETS == 'HAS_SECRETS'
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

0 comments on commit d0cd2a8

Please # to comment.