Skip to content

Commit

Permalink
Merge pull request #268 from umccr/feat/c4gh-all-storage
Browse files Browse the repository at this point in the history
feat: add C4GHStorage on Url and S3 storage backends
  • Loading branch information
mmalenic authored Sep 30, 2024
2 parents a34e332 + 7aa2fe5 commit e26dde1
Show file tree
Hide file tree
Showing 50 changed files with 832 additions and 546 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
os: [ubuntu-latest]
steps:
- name: Cache
uses: mozilla-actions/[email protected].3
uses: mozilla-actions/[email protected].5
- name: Check out
uses: actions/checkout@v4
- name: Install Rust
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Docker GitHub release
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: deploy/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
os: [ubuntu-latest]
steps:
- name: Cache
uses: mozilla-actions/[email protected].3
uses: mozilla-actions/[email protected].5
- name: Check out
uses: actions/checkout@v4
- name: Install Rust
Expand Down
Loading

0 comments on commit e26dde1

Please sign in to comment.