Skip to content

Commit

Permalink
Adding Github workflow file for Node.js version of Finnhub ETL
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkhamLee committed Mar 2, 2024
1 parent f3bc8ba commit 2280cb1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/finnhub_image_nodejs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- "main"
paths:
- "etl_pipelines_nodejs/openweather_current_ts/*"
- "etl_pipelines_nodejs/finnhub_node/*"

jobs:
docker:
Expand All @@ -24,8 +24,8 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v5
with:
context: ./etl_pipelines_nodejs/openweather_current_ts
file: ./etl_pipelines_nodejs/openweather_current_ts/Dockerfile
context: ./etl_pipelines_nodejs/finnhub_node
file: ./etl_pipelines_nodejs/finnhub_node/Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: markhamlee/openweather_current_ts_node:latest
tags: markhamlee/finnhub_stockprice_nodejs:latest

0 comments on commit 2280cb1

Please sign in to comment.