Skip to content

Commit

Permalink
Add missing working directory to push image step of build base. Fix v…
Browse files Browse the repository at this point in the history
…ariable syntax on ci release.
  • Loading branch information
dspeck1 committed Feb 8, 2024
1 parent e594af8 commit 8f6af3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
--label "eupstag=$(< eups.tag)" \
< Dockerfile
- name: Push image to registries
working-directory: base
run: |
MAKE_LATEST="${{ inputs.makeLatest }}"
[[ -n "$MAKE_LATEST" ]] || MAKE_LATEST="false"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
docker run \
-v $GITHUB_WORKSPACE:/home/lsst/prompt_processing \
ghcr.io/${{ github.repository_owner }}/prompt-base:${{ BASE_TAG }} \
ghcr.io/${{ github.repository_owner }}/prompt-base:$BASE_TAG \
bash -c '
cd /home/lsst/prompt_processing
source /opt/lsst/software/stack/loadLSST.bash
Expand Down

0 comments on commit 8f6af3e

Please sign in to comment.