Skip to content

Commit

Permalink
Update to use ORAS for images
Browse files Browse the repository at this point in the history
* Store artifacts using OCI artifact manifests
* Retrieve artifacts using OCI artifact data
* Remove unneeded bundler container
  • Loading branch information
Ulf Lilleengen committed Nov 2, 2022
1 parent 3670b17 commit cc55122
Showing 11 changed files with 187 additions and 264 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ jobs:

publish-server:
env:
IMAGE_NAME: drogue-ajour
IMAGE_NAME: drogue-ajour-update-server
if: ${{github.head_ref == ''}} # only for non-PRs
needs:
- build
Loading

0 comments on commit cc55122

Please sign in to comment.