fix
This commit is contained in:
5
.github/workflows/docker-image.yml
vendored
5
.github/workflows/docker-image.yml
vendored
@@ -11,5 +11,6 @@ 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
|
run: |
|
||||||
- run: 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
|
||||||
|
|||||||
Reference in New Issue
Block a user