use correct user

This commit is contained in:
Tim Wundenberg
2023-06-23 20:31:48 +02:00
parent eb27b9b9fe
commit 146aaea7f5

View File

@@ -13,6 +13,6 @@ jobs:
- name: Build the Docker image - name: Build the Docker image
shell: bash shell: bash
run: | run: |
echo $CR_PAT | docker login ghcr.io -u USERNAME --password-stdin docker login ghcr.io -u azoth128 -p $CR_PAT
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