Skip to content

Commit

Permalink
🛶
Browse files Browse the repository at this point in the history
  • Loading branch information
yodamad authored May 20, 2021
1 parent 6ece963 commit f4e344d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
GIT_TAG=:${GITHUB_REF#refs/tags/}
DOCKER_TAG=${GIT_TAG#:refs/heads/main}
docker build . -t yodamad/svn2git:latest
docker build . -t yodamad/svn2git:master
VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)
docker build . -t yodamad/svn2git:$VERSION
docker push yodamad/svn2git:$VERSION
Expand Down

0 comments on commit f4e344d

Please sign in to comment.