Skip to content

Commit

Permalink
Merge pull request #1456 from cityofaustin/17354-jc-gh-action-paths-f…
Browse files Browse the repository at this point in the history
…ilter-update

Patch github action paths-filter in prod (companion to #1455)
  • Loading branch information
johnclary authored May 16, 2024
2 parents 3e05e36 + 5c45fa5 commit 6837b5f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,13 @@ jobs:
password: ${{ secrets.DOCKER_TOKEN }}

- name: "Checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: "Paths filter"
uses: dorny/paths-filter@v2
uses: dorny/paths-filter@v3
id: changes
with:
base: ${{ github.ref }}
filters: |
afd_ems:
- 'atd-etl/afd_ems_import/**'
Expand Down
4 changes: 4 additions & 0 deletions atd-etl/socrata_export/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ $ docker compose run --build -it socrata_export python socrata_export.py

In production, they will be run from a DAG which handles starting the containers with
the needed environment and other parameters.

### Continuous integration

This ETL image is published as `atd-etl/socrata_export` to DockerHub automatically via Github Action. It is tagged with `:production` when changes to this directory are merged to the `production` branch, otherwise the updated image is published with the `development` tag.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
graphql-engine:
image: hasura/graphql-engine:v2.38.1
image: hasura/graphql-engine:v2.39.1
volumes:
- ./atd-vzd/graphql-engine-metadata:/metadata
container_name: visionzero-graphql-engine
Expand Down

0 comments on commit 6837b5f

Please sign in to comment.