Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #35 from yambottle/DEV-343-update-codebook-build
Browse files Browse the repository at this point in the history
Dev 343 update codebook build
  • Loading branch information
ttngu207 authored Nov 8, 2023
2 parents 961a0d4 + 6d1ce18 commit 97796e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sciops_docker_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
docker tag "${IMAGE}:${TAG}" "${IMAGE}:${TAG}-${GITHUB_SHA:0:7}"
docker push "${IMAGE}:${TAG}-${GITHUB_SHA:0:7}"
echo $PY_VER $DIST
[ "${PY_VER}" == "3.9" ] && [ "${DIST}" == "alpine" ] \
[ "${PY_VER}" == "3.9" ] && [ "${DIST}" == "debian" ] \
&& docker tag "${IMAGE}:${TAG}" "${IMAGE}:latest" \
&& docker push "${IMAGE}:latest" \
&& echo "pushed 'latest' tag..." \
Expand Down

0 comments on commit 97796e5

Please sign in to comment.