Skip to content
Snippets Groups Projects
Commit 594a435e authored by Ariya Hidayat's avatar Ariya Hidayat Committed by Ariya Hidayat
Browse files

Use alternative image names for released container

parent 02eb6982
No related branches found
No related tags found
No related merge requests found
......@@ -107,10 +107,10 @@ jobs:
- name: Determine the target Docker Hub repository
run: |
if [[ ${{ github.ref_name }} == v1* ]]; then
echo "Metabase EE: image is going to be pushed to ${{ github.repository_owner }}/metabase-enterprise"
echo "Metabase EE: image is going to be pushed to ${{ github.repository_owner }}/Metabase-enterprise"
echo "DOCKERHUB_REPO=${{ github.repository_owner }}/metabase-enterprise" >> $GITHUB_ENV
else
echo "Metabase OSS: image is going to be pushed to ${{ github.repository_owner }}/metabase"
echo "Metabase OSS: image is going to be pushed to ${{ github.repository_owner }}/Metabase"
echo "DOCKERHUB_REPO=${{ github.repository_owner }}/metabase" >> $GITHUB_ENV
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment