Skip to content

Commit

Permalink
chore: fix docker cd (#755)
Browse files Browse the repository at this point in the history
  • Loading branch information
numb3r3 authored Jun 15, 2022
1 parent 4d069a8 commit 96923f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/force-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
PIP_TAG=${{ matrix.pip_tag }}
BACKEND_TAG=torch
if [ -n "${PIP_TAG}" ]; then
PIP_TAG=-${PIP_TAG}
BACKEND_TAG=${PIP_TAG}
PIP_TAG=-${PIP_TAG}
fi
if [[ "${{ github.event.inputs.triggered_by }}" == "CD" ]]; then
Expand Down

0 comments on commit 96923f1

Please sign in to comment.