diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 8f836f8..79947c2 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -83,4 +83,4 @@ jobs: run: docker tag gore:latest registry.digitalocean.com/gore:latest - name: Push Docker image to DigitalOcean Container Registry - run: docker push registry.digitalocean.com/registry.digitalocean.com/gore:latest + run: docker push registry.digitalocean.com/gore:latest