Delete .github/workflows/docker-image.yml

This commit is contained in:
nune 2024-12-18 19:25:44 -05:00 committed by GitHub
parent b5003282ac
commit 152e6bfb1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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@v4
- name: Build the Docker image
run: docker build . --file Dockerfile --tag plasterbin:latest