Skip to content

Commit

Permalink
feat(ci): fix docker tags
Browse files Browse the repository at this point in the history
  • Loading branch information
anteqkois committed May 25, 2024
1 parent ba3d03a commit d81c603
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-and-deploy-api-gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ jobs:
key: npm-dependencies-${{ hashFiles('package.json') }}
- name: Build base image
run: npm run docker-base-linux
- name: Tag base image
run: docker tag linkerry/base registry.digitalocean.com/linkerry/base:latest
- name: Install doctl
uses: digitalocean/action-doctl@v2
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build-and-deploy-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ jobs:
# run: docker pull registry.digitalocean.com/linkerry/base:latest || echo "No existing image to pull"
- name: Build base image
run: npm run docker-base-linux
# - name: Tag base image
# run: docker tag linkerry/base registry.digitalocean.com/linkerry/base:latest
- name: Install doctl
uses: digitalocean/action-doctl@v2
with:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ jobs:
key: npm-dependencies-${{ hashFiles('package.json') }}
# - name: Build base image
# run: npm run docker-base-linux
# - name: Tag base image
# run:
# docker tag linkerry/base registry.digitalocean.com/linkerry/base:latest
- name: Install doctl
uses: digitalocean/action-doctl@v2
with:
Expand Down

0 comments on commit d81c603

Please sign in to comment.