Skip to content

Commit

Permalink
fix: ensure image and tag are strings
Browse files Browse the repository at this point in the history
  • Loading branch information
uche-madu committed Oct 24, 2023
1 parent bd5ab6b commit 1196d05
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 @@ -79,8 +79,8 @@ jobs:

- name: Update values file in Airflow Helm Chart
run: |
sed -i "s|repository: .*|repository: $GAR_LOCATION-docker.pkg.dev/$PROJECT_ID/$REPOSITORY/$IMAGE|" $VALUES_FILE
sed -i "s|tag: .*|tag: $SHORT_SHA|" $VALUES_FILE
sed -i "s|repository: .*|repository: '$GAR_LOCATION-docker.pkg.dev/$PROJECT_ID/$REPOSITORY/$IMAGE'|" $VALUES_FILE
sed -i "s|tag: .*|tag: '$SHORT_SHA'|" $VALUES_FILE
- name: Commit changes to values file
run: |
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apache-airflow-providers-google==10.9.0
apache-airflow-providers-postgres==5.6.1
astronomer-cosmos[dbt-bigquery]==1.1.1
airflow_provider_great_expectations==0.2.6
# google-cloud-secret-manager==2.16.4
#google-cloud-secret-manager==2.16.4

0 comments on commit 1196d05

Please sign in to comment.