Skip to content

Commit

Permalink
creating release workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
nleach999 committed Apr 1, 2022
1 parent 80cfe41 commit 85e90c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ jobs:
- name: Build and Push Docker Image
run: |
#docker build -f Dockerfile -t $DOCKER_REPO:v${{ inputs.tag }} artifacts/linux-x64
docker build -f Dockerfile -t cxanalytix:${{ inputs.tag }} artifacts/linux-x64
docker -D -l debug build -f Dockerfile -t cxanalytix:${{ inputs.tag }} artifacts/linux-x64
echo Exit code: $?
[ ${{ inputs.prerelease }} = false ] && docker tag $DOCKER_REPO:v${{ inputs.tag }} $DOCKER_REPO:latest
#docker push $DOCKER_REPO:v${{ inputs.tag }}
[ ${{ inputs.prerelease }} = false ] && docker push $DOCKER_REPO:latest
Expand Down

0 comments on commit 85e90c8

Please sign in to comment.