Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c98274e

Browse files
committedNov 9, 2022
CI: Update image tag
1 parent 610210f commit c98274e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@ jobs:
134134
if [ "$imageTag" = "main" ] ; then
135135
imageTag="latest"
136136
fi
137+
if [ "$imageTag" = "ds/jit-pandas" ] ; then
138+
imageTag="jit-pandas"
139+
fi
137140
echo "::set-output name=tag::$imageTag"
138141
echo "::set-output name=repo::ghcr.io/${{ github.repository }}"
139142
- name: Push Dev Tag

0 commit comments

Comments
 (0)
Please sign in to comment.