File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 run : |
3333 echo "Running as GitHub user: ${{ github.actor }}"
3434 echo "Repository: ${{ github.repository }}"
35+
3536 echo "Event name: ${{ github.event_name }}"
3637 echo "Ref: ${{ github.ref }}"
3738 echo "Checking if we have write access to packages..."
6364 TAG=$(echo "${GITHUB_REF}" | sed 's|refs/tags/||')
6465 IMAGE_BASE_NAME_LOWER=$(echo "${{ env.IMAGE_BASE_NAME }}" | tr '[:upper:]' '[:lower:]')
6566 echo "TAG=${TAG}" >> $GITHUB_ENV
66- echo "IMAGE_NAME=${REGISTRY}/${ORG_NAME}/${ IMAGE_BASE_NAME_LOWER}" >> $GITHUB_ENV
67+ echo "IMAGE_NAME=${REGISTRY}/${IMAGE_BASE_NAME_LOWER}" >> $GITHUB_ENV
6768 echo "LATEST_TAG=true" >> $GITHUB_ENV
6869 shell : bash
6970
Original file line number Diff line number Diff line change 11.PHONY : build push ver install publish check-docker
22
3- VERSION := "1.20250412.15 "
3+ VERSION := "1.20250412.16 "
44IMAGE_NAME := jtlpython:$(VERSION )
55IMAGE_FULL_NAME := ghcr.io/league-examples/$(IMAGE_NAME )
66
You can’t perform that action at this time.
0 commit comments