Skip to content

Merge pull request #42 from Code-Hills/ft-new-rating-framework-#18736… #278

Merge pull request #42 from Code-Hills/ft-new-rating-framework-#18736…

Merge pull request #42 from Code-Hills/ft-new-rating-framework-#18736… #278

Workflow file for this run

name: Docker Image CI
on:
push:
branches:
- develop
- main
pull_request:
branches: [develop,main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)