Skip to content

Commit

Permalink
Fixed build. (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Utar94 authored Dec 29, 2023
1 parent 0688534 commit bdd9b71
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
name: Build PokéData Solution
runs-on: ubuntu-latest
steps:
- name: Build Docker Image
- name: Checkout Repository
uses: actions/checkout@v4

- name: Build Docker Image
run: docker build . -t francispion.azurecr.io/pokedata:${{ github.sha }} -f src/PokeData/Dockerfile

0 comments on commit bdd9b71

Please sign in to comment.