Skip to content

Delete build_and_run_linux.yml #57

Delete build_and_run_linux.yml

Delete build_and_run_linux.yml #57

Workflow file for this run

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