Skip to content

Commit

Permalink
Kontrol version does not resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
F-WRunTime committed Oct 6, 2023
1 parent e02a0ca commit e115991
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/with-docker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ runs:
CONTAINER_NAME=${{inputs.container-name}}
CONTAINER_VERSION=$(cat deps/kontrol_release)
docker build . --tag solady-ci --build-arg KONTROL_VERSION=$(cat deps/kontrol_release)
KONTROL_VERSION=$(cat deps/kontrol_release)
docker build . --tag solady-ci --build-arg ${KONTROL_VERSION}
docker run \
--name ${CONTAINER_NAME} \
Expand Down

0 comments on commit e115991

Please sign in to comment.