diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index cd18b397..2a28edce 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -47,7 +47,7 @@ jobs: - name: Log in to DO Container Registry run: doctl registry login --expiry-seconds 600 - name: Push image to DO Container Registry - run: docker push registry.digitalocean.com/linkerry/linkerry/base:latest + run: docker push registry.digitalocean.com/linkerry/base:latest - name: Build image for web run: docker build -t linkerry/web -f ./apps/web/Dockerfile . --platform=linux/amd64 - name: Tag web image