Skip to content

Create ci-docker-front.yml #8

Create ci-docker-front.yml

Create ci-docker-front.yml #8

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@v4
- name: Build the Docker image
run: docker build . --file ./frontend/Dockerfile --tag frontend:$(date +%s)