Skip to content

Commit

Permalink
chore: remove db image building from pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt committed Mar 8, 2024
1 parent b457cbe commit bf16a60
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,16 @@ jobs:
registry.lunary.ai/frontend:latest
platforms: linux/amd64

- name: Build and push db
uses: docker/build-push-action@v5
with:
context: .
file: ./ops/frontend/Dockerfile
push: true
tags:
registry.lunary.ai/db:${{ steps.timestamp.outputs.timestamp }}-${{ github.sha }},
registry.lunary.ai/db:latest
platforms: linux/amd64
# - name: Build and push db
# uses: docker/build-push-action@v5
# with:
# context: .
# file: ./ops/frontend/Dockerfile
# push: true
# tags:
# registry.lunary.ai/db:${{ steps.timestamp.outputs.timestamp }}-${{ github.sha }},
# registry.lunary.ai/db:latest
# platforms: linux/amd64

deploy:
needs: build-and-push
Expand Down

0 comments on commit bf16a60

Please sign in to comment.