Skip to content

Commit

Permalink
Artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Apr 16, 2020
1 parent e23ffd1 commit 8cda7fe
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,19 @@ jobs:
IMAGE_ID=$IMAGE_ID:$GITHUB_SHA
docker tag image $IMAGE_ID
docker push $IMAGE_ID
- name: Extract artifacts
run: |
mkdir -p /artifacts
docker run -v /artifacts:/artifacts image cp /usr/local/bin/* /artifacts
bzip2 /artifacts/*
- uses: actions/upload-artifact@v1
with:
name: curator
path: /artifacts/curator.bz2

- uses: actions/upload-artifact@v1
with:
name: casa-curator
path: /artifacts/casa-curator.bz2

0 comments on commit 8cda7fe

Please sign in to comment.