Files
cloudflare-dynamic-dns/.github/workflows/docker-image.yml
Workflow config file is invalid. Please check your config file: yaml: line 15: could not find expected ':'
Tim Wundenberg 01554c6968 try fix
2023-06-23 20:08:48 +02:00

17 lines
343 B
YAML

name: Docker Image CI
on:
push:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
- run: |
docker build . --tag ghcr.io/azoth128/cloudflare-dynamic-dns:latest
docker push ghcr.io/azoth128/cloudflare-dynamic-dns:latest