use correct user
This commit is contained in:
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user