Skip to content

Commit 9bc035a

Browse files
committed
CI: Update image tag
1 parent 771b850 commit 9bc035a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,9 @@ jobs:
132132
if [ "$imageTag" = "main" ] ; then
133133
imageTag="latest"
134134
fi
135+
if [ "$imageTag" = "ds/jit-pandas" ] ; then
136+
imageTag="jit-pandas"
137+
fi
135138
echo "::set-output name=tag::$imageTag"
136139
echo "::set-output name=repo::ghcr.io/${{ github.repository }}"
137140
- name: Push Dev Tag

0 commit comments

Comments
 (0)