Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docker upload, release pipeline, update testflows tests #392

Merged
merged 16 commits into from
Dec 1, 2023
Prev Previous commit
Next Next commit
sanity check
  • Loading branch information
MyroTk committed Nov 30, 2023
commit db49c30c0f1113e444e58fa08de82bbfc18e657e
9 changes: 9 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ on:
- '**'

jobs:
debug:
runs-on: ubuntu-latest
steps:
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

build-kafka-lightweight:
uses: ./.github/workflows/docker-build.yml
with:
Expand Down
Loading