Skip to content

Implemented product price history. #4

Implemented product price history.

Implemented product price history. #4

Workflow file for this run

name: Build PriceWatch Tool
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
build:
name: Build PriceWatch Tool
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Build Docker Image
run: docker build . -t francispion.azurecr.io/pricewatch:${{ github.sha }} -f src/PriceWatch.Worker/Dockerfile