Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitya Tadepalli authored and Nitya Tadepalli committed Jan 24, 2024
1 parent f09668e commit d75c640
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:

- name: Log in to registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin
#- name: Run bash script
#run: bash ${{ matrix.script }}
- name: Build image
run: |
cd ${{ matrix.directory }}
Expand Down
2 changes: 1 addition & 1 deletion kafka-java-console-sample/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY src /usr/src/app/src

RUN gradle -s --no-daemon assemble

FROM ibmjava:8-sfj-alpine
FROM openjdk:11

COPY --from=jdk /usr/src/app/build/libs/kafka-java-console-sample-2.0.jar /usr/src/app/

Expand Down

0 comments on commit d75c640

Please sign in to comment.