diff --git a/.github/workflows/docker-openmetadata-ingestion-base-slim.yml b/.github/workflows/docker-openmetadata-ingestion-base-slim.yml index 39f912bebdd6..05036b217c6b 100644 --- a/.github/workflows/docker-openmetadata-ingestion-base-slim.yml +++ b/.github/workflows/docker-openmetadata-ingestion-base-slim.yml @@ -31,7 +31,7 @@ jobs: steps: - name: Check trigger type if: ${{ env.input == '' }} - run: echo "input=1.3.0-SNAPSHOT" >> $GITHUB_ENV + run: echo "input=1.3.0-beta" >> $GITHUB_ENV - name: Check out the Repo uses: actions/checkout@v3