Skip to content

Commit

Permalink
ci(github actions): fix registry link
Browse files Browse the repository at this point in the history
  • Loading branch information
anteqkois committed May 5, 2024
1 parent 33a374a commit 3c5d32a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ jobs:
run: npm run docker-base
- name: Tag base image
run:
docker tag linkerry/base \
registry.digitalocean.com/linkerry/base:latest
docker tag linkerry/base registry.digitalocean.com/linkerry/base:latest
# Install doctl.
- name: Install doctl
uses: digitalocean/action-doctl@v2
Expand All @@ -53,8 +52,7 @@ jobs:
run: docker build -t linkerry/web -f ./apps/web/Dockerfile . --platform=linux/amd64
- name: Tag web image
run:
docker tag linkerry/web \
registry.digitalocean.com/linkerry/web:latest
docker tag linkerry/web registry.digitalocean.com/linkerry/web:latest
- name: Push image to DO Container Registry
run: docker push registry.digitalocean.com/linkerry/web:latest
# - run: npx [email protected] affected -t docker-compose --base=origin/master~1 --head=origin/master

0 comments on commit 3c5d32a

Please sign in to comment.