Skip to content

Commit

Permalink
ci(github actions): fix tag
Browse files Browse the repository at this point in the history
  • Loading branch information
anteqkois committed May 5, 2024
1 parent 3c5d32a commit 1425545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1425545

Please sign in to comment.