Skip to content

Commit

Permalink
beta-2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hunkom committed Aug 23, 2023
1 parent 5d4936d commit 3d87786
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
name: Docker Image CI

on:
create:
tags:
- '*'
push:
branches: [ beta-1.0 ]
branches: [ beta-2.0 ]

jobs:

Expand All @@ -22,8 +19,8 @@ jobs:
-
name: Build
run: |
docker build -t getcarrier/executable_jar_runner:latest-gatling .
docker build -t getcarrier/executable_jar_runner:beta-2.0-gatling .
-
name: Push
run: |
docker push getcarrier/executable_jar_runner:latest-gatling
docker push getcarrier/executable_jar_runner:beta-2.0-gatling
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ RUN add-apt-repository ppa:deadsnakes/ppa && apt-get update && \
python -m pip install 'common==0.1.2' 'configobj==5.0.6' 'redis==3.2.0' 'argparse==1.4.0' && \
rm -rf /tmp/*

RUN pip install git+https://github.com/carrier-io/perfreporter.git
RUN pip install git+https://github.com/carrier-io/loki_logger.git
RUN pip install git+https://github.com/carrier-io/perfreporter.git@beta-2.0
RUN pip install git+https://github.com/carrier-io/loki_logger.git@beta-2.0

# Creating carrier user and making him sudoer
RUN groupadd -g $GID $UNAME
Expand Down

0 comments on commit 3d87786

Please sign in to comment.