Delete .github/workflows/docker-image.yml

pull/1002/head
CI-DEV 1 month ago committed by GitHub
parent 753f284da2
commit 945a439819
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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@v4
- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)
Loading…
Cancel
Save