Skip to content

Commit

Permalink
Merge pull request #303 from stefanprodan/push-blueprint
Browse files Browse the repository at this point in the history
ci: Push blueprints on-demand
  • Loading branch information
stefanprodan authored Dec 30, 2023
2 parents 27f445d + fb52585 commit f58a786
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Push blueprint starter
run: |
timoni mod push ./blueprints/starter oci://ghcr.io/stefanprodan/timoni/blueprints/starter \
-v ${{ github.event.inputs.version }} --latest \
-a 'org.opencontainers.image.licenses=Apache-2.0' \
-a 'org.opencontainers.image.source=https://github.com/stefanprodan/timoni' \
-a 'org.opencontainers.image.description=Get started blueprint for timoni.sh modules.' \
-a 'org.opencontainers.image.documentation=https://timoni.sh' \
--sign cosign
- name: Push minimal module
run: |
timoni mod push ./examples/minimal oci://ghcr.io/stefanprodan/timoni/minimal \
Expand Down

0 comments on commit f58a786

Please sign in to comment.