Skip to content

Commit

Permalink
Merge pull request #11 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 b7c0b82 + 8358480 commit 53c95a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/retag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ jobs:
- name: Commit changes to values file
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git config --local user.email "dreemer6@yahoo.com"
git config --local user.name "Uche Madu"
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"
git push
Expand Down
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 53c95a9

Please sign in to comment.