delete docker-image.yml

This commit is contained in:
Anders Rytter Hansen 2023-07-14 07:46:15 +02:00
commit d8a449b786

View file

@ -1,18 +0,0 @@
name: Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Containerfile --tag my-ostree-OS:latest