Delete .github/workflows/docker-image.yml

This commit is contained in:
𝓙𝓾𝓵𝓲𝓸
2024-05-22 03:01:19 +02:00
committed by GitHub
parent 3c15da3e35
commit b1ca949b49
-18
View File
@@ -1,18 +0,0 @@
name: BobTheBuilder
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)