Skip to content

Commit

Permalink
upload -core build artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
mwangggg committed Sep 29, 2023
1 parent 2615a8f commit 8d6c04d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ jobs:
with:
step: restore
- run: mvn -B -U clean verify
- name: save cryostat-core image
run: podman save -o cryostat-core-amd64.tar --format oci-archive quay.io/cryostat-core/cryostat-core
- uses: actions/upload-artifact@v3
with:
name: cryostat-core-amd64
path: /home/runner/work/cryostat-core/cryostat-core/cryostat-core-amd64.tar
- uses: skjolber/maven-cache-github-action@v1
with:
step: save
Expand Down

0 comments on commit 8d6c04d

Please sign in to comment.