diff --git a/.github/workflows/retag.yaml b/.github/workflows/retag.yaml index 017e7f3..37a37d4 100644 --- a/.github/workflows/retag.yaml +++ b/.github/workflows/retag.yaml @@ -74,6 +74,7 @@ jobs: token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} sparse-checkout: ${{ env.VALUES_FILE }} sparse-checkout-cone-mode: false + ref: 'develop' - name: Update values file in Airflow Helm Chart run: | @@ -86,9 +87,4 @@ jobs: git config --local user.name "github-actions[bot]" git add $VALUES_FILE git commit -m "Update image repository and tag in values file to $GAR_LOCATION-docker.pkg.dev/$PROJECT_ID/$REPOSITORY/$IMAGE:$GITHUB_SHA" - - - name: Push changes - uses: ad-m/github-push-action@v0.6.0 - with: - github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} - branch: 'main' + git push diff --git a/Dockerfile b/Dockerfile index 5eeb9f5..085ac39 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG AIRFLOW_VERSION=2.7.1 # Using the official Apache Airflow image -FROM apache/airflow:${AIRFLOW_VERSION} +FROM apache/airflow:${AIRFLOW_VERSION} WORKDIR /usr/local/airflow