Skip to content

Commit

Permalink
bump vers up
Browse files Browse the repository at this point in the history
  • Loading branch information
mabulgu committed Jun 30, 2020
1 parent 214e6c9 commit 8ba450d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/bake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- uses: actions/checkout@v2
- name: Get version
run: echo ::set-env name=STRIMZI_CLI_VERSION::$(grep -oP "(?<=version=')[^']*" setup.py)
- name: Sleep for 5 mins
uses: jakejarvis/wait-action@master
with:
time: '300s'
- name: Sleep for 5 mins
uses: jakejarvis/wait-action@master
with:
time: '300s'
- name: Build and push Docker images
uses: docker/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3-alpine
RUN adduser -D kfkuser
USER root
RUN pip install strimzi-kafka-cli==0.1.0a17
RUN pip install strimzi-kafka-cli==0.1.0a18
USER kfkuser
RUN kfk version
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='strimzi-kafka-cli',
version='0.1.0-alpha17',
version='0.1.0-alpha18',
description="Command Line Interface for Strimzi Kafka Operator",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 8ba450d

Please sign in to comment.