update build-engine-docker-image-and-publish-to-dockerhub actions workflow

This commit is contained in:
Joey Orlando 2024-06-10 15:49:33 -04:00
parent 49d20f1a7e
commit 8686ee30ac
No known key found for this signature in database
GPG key ID: 469E88366B17F644

View file

@ -22,6 +22,10 @@ jobs:
steps:
- name: Checkout project
uses: actions/checkout@v4
with:
# we have one large .whl file which is referenced in the engine Dockerfile.. we need to
# fetch that file to be able to properly build the image
lfs: true
- name: Set engine version number in settings file
if: inputs.engine_version
uses: ./.github/actions/set-engine-version-in-settings