Update docker.yml
This commit is contained in:
parent
6f3fbde11f
commit
2d031ddb02
1 changed files with 0 additions and 2 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -25,8 +25,6 @@ jobs:
|
|||
run: |
|
||||
echo "::set-output name=LATEST::$IMAGE_NAME:latest"
|
||||
echo "::set-output name=VERSIONED::$IMAGE_NAME:${{ steps.get_version.outputs.VERSION }}"
|
||||
- name: Set version number
|
||||
run: bash setVersionNumber.sh "${{ steps.get_version.outputs.VERSION }}"
|
||||
|
||||
- name: Build Docker image
|
||||
run: docker build . --file Dockerfile --tag ${{ steps.make_tags.outputs.LATEST }} --tag ${{ steps.make_tags.outputs.VERSIONED }}
|
||||
|
|
Reference in a new issue