Skip to content

Commit

Permalink
Ok
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt committed Apr 1, 2024
1 parent 09278c5 commit 863acd6
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/build-push-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Build Docker Images, Push to Registry, and Deploy

on:
push
# push:
# branches:
# - main
push:
branches:
- main

jobs:
build-and-push:
Expand Down Expand Up @@ -42,7 +41,6 @@ jobs:
tags: |
lunary/backend:latest
lunary/backend:rev-${{ steps.date.outputs.date }}-${{ steps.commit.outputs.hash }}
lunary/backend:1.2.2
platforms: linux/amd64

- name: Build and push frontend
Expand All @@ -54,7 +52,6 @@ jobs:
tags: |
lunary/frontend:latest
lunary/frontend:rev-${{ steps.date.outputs.date }}-${{ steps.commit.outputs.hash }}
lunary/frontend:1.2.2
platforms: linux/amd64

- name: Build and push radar
Expand All @@ -66,7 +63,6 @@ jobs:
tags: |
lunary/radar:latest
lunary/radar:rev-${{ steps.date.outputs.date }}-${{ steps.commit.outputs.hash }}
lunary/radar:1.2.2
platforms: linux/amd64

- name: Build and push ml
Expand All @@ -78,7 +74,6 @@ jobs:
tags: |
lunary/ml:latest
lunary/ml:rev-${{ steps.date.outputs.date }}-${{ steps.commit.outputs.hash }}
lunary/ml:1.2.2
platforms: linux/amd64

deploy:
Expand Down

0 comments on commit 863acd6

Please sign in to comment.