Skip to content

Commit

Permalink
change ci
Browse files Browse the repository at this point in the history
  • Loading branch information
m-yosefpor committed Jan 8, 2024
1 parent 6bf5adb commit 1bc4fef
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 75 deletions.
7 changes: 0 additions & 7 deletions .github/reviewers.yaml

This file was deleted.

21 changes: 13 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,16 @@ jobs:
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
- uses: docker/build-push-action@v2
with:
file: "Dockerfile"
context: .
platforms: linux/amd64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
- name: Build Docker image using make
run: |
make container
env:
IMAGE: "ghcr.io/${{ github.repository }}"
VERSION: ${{ steps.meta.outputs.version }}

# Push the Docker image to the registry
- name: Push Docker image
run: docker push ${{ env.IMAGE }}:${{ env.VERSION }}
env:
IMAGE: "ghcr.io/${{ github.repository }}"
VERSION: ${{ steps.meta.outputs.version }}
46 changes: 0 additions & 46 deletions .github/workflows/openssf-scorecard.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions .github/workflows/request-reviews.yaml

This file was deleted.

0 comments on commit 1bc4fef

Please sign in to comment.