Skip to content

Commit

Permalink
using current dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Feb 9, 2024
1 parent 02fb821 commit 6a9211f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,10 @@ jobs:
fi
# build_docker.py may not exist on that SHA, let's switcharoo to /tmp
cp ./scripts/build_docker.py /tmp
cp ./Dockerfile /tmp
git checkout "${{ github.event.inputs.git-ref }}"
cp /tmp/build_docker.py scripts/
cp /Dockerfile ./
EVENT="release"
fi
pip install click
Expand Down

0 comments on commit 6a9211f

Please sign in to comment.