remove docker-build action

This commit is contained in:
Guillaume Dorce 2023-05-29 12:13:52 +02:00
parent a5eb0ec073
commit de946b7e7c
1 changed files with 0 additions and 21 deletions

View File

@ -1,21 +0,0 @@
name: Docker Image CI
on:
push:
branches: [ "main" ]
tags:
- 'v*.*'
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag pchl:$(date +%s)