Skip to content

Commit

Permalink
Merge pull request #44 from yma96/1.1.x
Browse files Browse the repository at this point in the history
Update github actions
  • Loading branch information
yma96 authored Apr 18, 2024
2 parents 49e982c + fe33931 commit ea5ca78
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/merge-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ jobs:
repository: Commonjava/commonjava-images
path: commonjava-images

- name: Locate artifacts
id: locate-artifacts
run: |
tarball=$(ls -d $PWD/target/*-runner.jar)
cp "$tarball" "commonjava-images/indy-archive-service/indy-archive-service-runner.jar"
- name: Log in to Quay.io
uses: redhat-actions/podman-login@v1
with:
Expand Down

0 comments on commit ea5ca78

Please sign in to comment.