Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
quannadev committed Dec 10, 2023
1 parent 0e049a0 commit 5190607
Showing 1 changed file with 1 addition and 30 deletions.
31 changes: 1 addition & 30 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ env:
REDIS: redis://localhost:6379
RPC: ${{ vars.RPC }}
RUST_LOG: info
IMAGE_NAME: ingestor
REGISTRY: ${{ vars.REGISTRY }}

jobs:
verify_pull_request:
if: github.ref != 'refs/heads/main'
Expand Down Expand Up @@ -69,31 +68,3 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test

build_and_push:
# if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v4

- name: Log in to Docker Hub
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Extract metadata
id: meta
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Build and push Docker images
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
with:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 5190607

Please sign in to comment.