This commit is contained in:
Tim Wundenberg
2023-06-23 20:09:35 +02:00
parent 01554c6968
commit 148083b54b

View File

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