Skip to content

Commit

Permalink
fix: docker push cd
Browse files Browse the repository at this point in the history
  • Loading branch information
numb3r3 committed May 23, 2022
1 parent 994635f commit 2d2da14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/force-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ jobs:
BUILD_DATE=${{env.BUILD_DATE}}
CAS_VERSION=${{env.CAS_VERSION}}
VCS_REF=${{env.VCS_REF}}
PIP_TAG=${{matrix.pip_tag}}
BACKEND_TAG=${{env.BACKEND_TAG}}
PIP_TAG=${{matrix.pip_tag}}
- name: CUDA Build and push
id: cuda_docker_build
if: ${{ matrix.engine_tag == 'cuda' }}
Expand All @@ -133,5 +133,5 @@ jobs:
BUILD_DATE=${{env.BUILD_DATE}}
CAS_VERSION=${{env.CAS_VERSION}}
VCS_REF=${{env.VCS_REF}}
BACKEND_TAG=${{env.BACKEND_TAG}}
PIP_TAG=${{matrix.pip_tag}}
BACKEND_TAG=${{env.BACKEND_TAG}}

0 comments on commit 2d2da14

Please sign in to comment.