Skip to content

Commit

Permalink
Version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-kneissler-breuninger-de committed Sep 13, 2024
1 parent cf55f1c commit ac76b4d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
- name: Show Java Version
run: java -version
- name: Build the Docker image
run: docker build . --file Dockerfile --tag gitbeaver/release:latest
run: docker build . --file Dockerfile --tag gitbeaver/release:0.2.1
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: gitbeaver
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Push docker image to docker.io
run: docker push gitbeaver/release:latest
run: docker push gitbeaver/release:0.2.1
- name: Make docu
run: sh doc/createDocumentation.sh
- name: Add docu
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gitbeaver/core:main
FROM gitbeaver/core:0.2.1
RUN mkdir /workdir
COPY setup.bvr plugins.md install-plugin.bvr /workdir/
RUN /gitbeaver workdir=/workdir main=setup && \
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>groupId</groupId>
<artifactId>git-beaver</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.2.1</version>

<properties>
<maven.compiler.source>19</maven.compiler.source>
Expand Down

0 comments on commit ac76b4d

Please sign in to comment.