Skip to content

Commit

Permalink
Merge pull request #1183 from cityofaustin/v1.35.0-release-candidate
Browse files Browse the repository at this point in the history
v1.35.0 release candidate - Wolf Run
  • Loading branch information
johnclary authored Oct 26, 2023
2 parents a8ea670 + 8a629e2 commit 15b019d
Show file tree
Hide file tree
Showing 105 changed files with 3,905 additions and 1,242 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/atd_moped_etl_arcgis_docker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: "Build AGOL ETL Docker image and push to DockerHub"
on:
push:
branches:
- main
- production
paths:
- ".github/workflows/atd_moped_etl_arcgis_docker.yml"
- "moped-etl/arcgis/**"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
name: Build AGOL ETL docker image
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Login to DockerHub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build and push image
uses: docker/build-push-action@v4
with:
platforms: linux/amd64,linux/arm64
push: true
tags: atddocker/atd-moped-etl-arcgis:${{ github.ref_name }}
context: ./moped-etl/arcgis
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Thumbs.db
.env.development.local
.env.test.local
.env.production.local
env_file
.venv
zappa_settings.json
handler_config.json
Expand Down
2 changes: 1 addition & 1 deletion moped-database/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: '3.7'
services:
hasura:
image: hasura/graphql-engine:v2.33.4
image: hasura/graphql-engine:v2.34.0
restart: always
depends_on:
- moped-pgsql
Expand Down
Loading

0 comments on commit 15b019d

Please sign in to comment.