This commit is contained in:
Tim Wundenberg
2023-06-23 20:07:01 +02:00
parent 2f56e232a2
commit 61ee018b97

View File

@@ -11,5 +11,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
- run: docker build . --tag ghcr.io/azoth128/cloudflare-dynamic-dns:latest
- run: docker push ghcr.io/azoth128/cloudflare-dynamic-dns:latest
run: |
docker build . --tag ghcr.io/azoth128/cloudflare-dynamic-dns:latest
docker push ghcr.io/azoth128/cloudflare-dynamic-dns:latest