Skip to content

fixed cso

fixed cso #170

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "main", "dev" ]
pull_request:
branches: [ "main", "dev" ]
workflow_dispatch:
jobs:
test_django:
uses: SENG-499-Company2-B01/Algs1/.github/workflows/django.yml@main
build:
runs-on: ubuntu-latest
needs: [test_django]
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag alg1:$(date +%s)