From 8358480e37bb6129c1379bf47ff09c045da35152 Mon Sep 17 00:00:00 2001 From: Uche Madu Date: Sat, 30 Sep 2023 11:36:42 +0100 Subject: [PATCH] fix workflow git push --- .github/workflows/retag.yaml | 4 ++-- Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/retag.yaml b/.github/workflows/retag.yaml index c00e4d9..ee05731 100644 --- a/.github/workflows/retag.yaml +++ b/.github/workflows/retag.yaml @@ -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 diff --git a/Dockerfile b/Dockerfile index 085ac39..5eeb9f5 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