Skip to content

ci: hotfix, update forgotten requirement.txt path in Dockerfile #10

ci: hotfix, update forgotten requirement.txt path in Dockerfile

ci: hotfix, update forgotten requirement.txt path in Dockerfile #10

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "main", "dev" ]
pull_request:
branches: [ "main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file docker/Dockerfile --tag tmp:$(date +%s) --build-arg USER_NAME=geng --build-arg PROJECT_NAME=gcd --secret id=dot_env,src=docker/.env