Skip to content

Feature/correcao bugs #8

Feature/correcao bugs

Feature/correcao bugs #8

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build_webapp:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build WebApp Docker image
run: cd ./ChristianBookClub.Web && docker build . --file Dockerfile --tag christian_bookclub_webapp:$(date +%s)