Skip to content

Implemented species extraction to JSON and CSV. (#7) #6

Implemented species extraction to JSON and CSV. (#7)

Implemented species extraction to JSON and CSV. (#7) #6

Workflow file for this run

name: Build PokéData Solution
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
name: Build PokéData Solution
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Build Docker Image
run: docker build . -t francispion.azurecr.io/pokedata:${{ github.sha }} -f src/PokeData.ETL/Dockerfile