Files
cloudflare-dynamic-dns/.github/workflows/docker-image.yml
Workflow config file is invalid. Please check your config file: yaml: line 11: did not find expected '-' indicator
Tim Wundenberg c581413c38 add secret
2023-06-23 20:23:51 +02:00

15 lines
325 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