Skip to content

Commit

Permalink
Merge pull request #7 from uche-madu/dev
Browse files Browse the repository at this point in the history
fix workflow git push
  • Loading branch information
uche-madu authored Sep 30, 2023
2 parents 7672e5a + c7267a5 commit 634bf44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/retag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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/[email protected]
with:
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
branch: 'main'
git push
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 634bf44

Please sign in to comment.