Skip to content

Commit

Permalink
ci: fix cd docker build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed Jan 14, 2021
1 parent 11243ee commit 63e8bfb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Expand Up @@ -135,9 +135,9 @@ jobs:
--platform linux/amd64,linux/arm/v7,linux/arm/v6 \
--output "type=registry" \
--build-arg VCS_REF --build-arg BUILD_DATE --build-arg JINA_VERSION --build-arg VCS_REF --build-arg PY_VERSION \
--target ${{ env.BUILD_ARG }} \
${{ env.BUILD_ARG }} \
-t master${{ matrix.tag_pyversion }}${{ matrix.tag_stage }} \
$(echo ${{env.TAG_ALIAS}}) \
$(echo "${{env.TAG_ALIAS}}") \
--file ./Dockerfiles/debianx.Dockerfile .
# - name: Upload to Docker Registry
# uses: elgohr/Publish-Docker-Github-Action@3.02
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tag.yml
Expand Up @@ -130,11 +130,11 @@ jobs:
--platform linux/amd64,linux/arm/v7,linux/arm/v6 \
--output "type=registry" \
--build-arg VCS_REF --build-arg BUILD_DATE --build-arg JINA_VERSION --build-arg VCS_REF --build-arg PY_VERSION \
--target ${{ env.BUILD_ARG }} \
${{ env.BUILD_ARG }} \
-t latest${{ matrix.tag_pyversion }}${{ matrix.tag_stage }} \
-t ${{env.JINA_VERSION}}${{ matrix.tag_pyversion }}${{ matrix.tag_stage }} \
-t ${{env.JINA_MINOR_VERSION}}${{ matrix.tag_pyversion }}${{ matrix.tag_stage }} \
$(echo ${{env.TAG_ALIAS}}) \
$(echo "${{env.TAG_ALIAS}}") \
--file ./Dockerfiles/debianx.Dockerfile .
# - name: Upload to Docker Registry
# uses: elgohr/Publish-Docker-Github-Action@3.02
Expand Down

0 comments on commit 63e8bfb

Please sign in to comment.