This commit is contained in:
Tim Wundenberg
2023-06-23 20:27:56 +02:00
parent c581413c38
commit eb27b9b9fe

View File

@@ -11,4 +11,8 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Build the Docker image - 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 shell: bash
run: |
echo $CR_PAT | docker login ghcr.io -u USERNAME --password-stdin
docker build . --tag ghcr.io/azoth128/cloudflare-dynamic-dns:latest
docker push ghcr.io/azoth128/cloudflare-dynamic-dns:latest