Private GIT

Skip to content
Snippets Groups Projects
Commit 89850210 authored by vx3r's avatar vx3r
Browse files

add version in back and front #16 / client can ignore global PK #17 / #18 email is now optional

parent d69c1696
Branches
No related tags found
No related merge requests found
...@@ -17,6 +17,10 @@ jobs: ...@@ -17,6 +17,10 @@ jobs:
- -
name: Checkout name: Checkout
uses: actions/checkout@v1 uses: actions/checkout@v1
-
name: Set sha_short
id: vars
run: echo ::set-output name=sha_short::$(git rev-parse --short HEAD)
- -
name: Build Docker Images Only name: Build Docker Images Only
if: github.event_name == 'pull_request' if: github.event_name == 'pull_request'
...@@ -39,4 +43,4 @@ jobs: ...@@ -39,4 +43,4 @@ jobs:
imageName: ${{ env.DOCKER_IMAGE_NAME }} imageName: ${{ env.DOCKER_IMAGE_NAME }}
dockerHubUser: ${{ secrets.DOCKER_LOGIN_USERNAME }} dockerHubUser: ${{ secrets.DOCKER_LOGIN_USERNAME }}
dockerHubPassword: ${{ secrets.DOCKER_LOGIN_PASSWORD }} dockerHubPassword: ${{ secrets.DOCKER_LOGIN_PASSWORD }}
buildArg: COMMIT=${GITHUB_SHA::8} buildArg: COMMIT=${{ steps.vars.outputs.sha_short }}
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment