Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Dec 14, 2023
1 parent e27cf12 commit ba790d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/image-creator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
run: |
echo $PWD
ls -l
Docker/${{ matrix.image }}/build.sh
cd Docker/${{ matrix.image }}
./build.sh
- name: tag
run: |
docker tag ${{ matrix.image }} ghcr.io/key4hep/key4hep-images/${{ matrix.image }}:latest
Expand Down

0 comments on commit ba790d6

Please sign in to comment.