Skip to content

Commit

Permalink
add liberty sample to workflow
Browse files Browse the repository at this point in the history
Update Dockerfile

fix spaces
  • Loading branch information
Nitya Tadepalli authored and Nitya Tadepalli committed Jan 24, 2024
1 parent ecd7d9e commit b646869
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
- 'kafka-java-console-schema-sample/**'
- 'kafka-nodejs-console-sample/**'
- 'kafka-python-console-sample/**'


- 'kafka-java-liberty-sample/**'
env:
REGISTRY: ghcr.io

Expand All @@ -30,6 +30,8 @@ jobs:
image: kafka-nodejs-console-sample:latest
- directory: kafka-python-console-sample
image: kafka-python-console-sample:latest
- directory: kafka-java-liberty-sample
image: kafka-java-liberty-sample:latest

permissions:
contents: read
Expand Down
1 change: 1 addition & 0 deletions kafka-java-liberty-sample/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# test
FROM gradle:jdk11-alpine as jdk

COPY --chown=1000 . /usr/src/app
Expand Down

0 comments on commit b646869

Please sign in to comment.