Removed docker-image.yml

This commit is contained in:
elias 2023-01-31 20:45:27 +01:00
parent c1f7cc4753
commit 6d90a8c09e

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 saile2204/ionos_dynamic_dns_client:$(date +%s)