This commit is contained in:
Tim Wundenberg
2023-06-23 20:08:48 +02:00
parent 61ee018b97
commit 01554c6968

View File

@@ -11,6 +11,6 @@ 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 build . --tag ghcr.io/azoth128/cloudflare-dynamic-dns:latest
docker push ghcr.io/azoth128/cloudflare-dynamic-dns:latest docker push ghcr.io/azoth128/cloudflare-dynamic-dns:latest