Skip to content

Commit

Permalink
use PY_VER from Dockerfile to build reproducible images
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianliebscher committed May 9, 2023
1 parent 1f64472 commit 8a180ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docker_build_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ docker build --target lean \
-t "${REPO_NAME}:${SHA}" \
-t "${REPO_NAME}:${REFSPEC}" \
-t "${REPO_NAME}:${LATEST_TAG}" \
--build-arg PY_VER="3.9-slim"\
--label "sha=${SHA}" \
--label "built_at=$(date)" \
--label "target=lean" \
Expand Down

0 comments on commit 8a180ae

Please sign in to comment.