Skip to content

Commit

Permalink
CI/CD build pipeline (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Utar94 authored Dec 29, 2023
1 parent 37d9d7c commit 0688534
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Build PokéData Solution

on:
push:
branches:
- main
workflow_dispatch:

jobs:
build:
name: Build PokéData Solution
runs-on: ubuntu-latest
steps:
- name: Build Docker Image
uses: actions/checkout@v4
run: docker build . -t francispion.azurecr.io/pokedata:${{ github.sha }} -f src/PokeData/Dockerfile
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- Implemented Pokémon species import.
- CI/CD build pipeline.

0 comments on commit 0688534

Please sign in to comment.