Delete docker-image.yml

This commit is contained in:
PLANTROON 2023-03-18 11:50:29 +01:00 committed by GitHub
commit cf8e0c727e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,18 +0,0 @@
name: Docker Image CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag mx-puppet-steam:$(date +%s)