Skip to content

Adding CI acceptance test #2

Adding CI acceptance test

Adding CI acceptance test #2

Workflow file for this run

---
name: Test Image
on:
push:
branches:
pull_request:
branches:
- "main"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build the Image
run: docker build . --tag ${{ github.repository }}:${{ github.sha }}