Skip to content

Commit 298e1e9

Browse files
committed
Release version 1.20250412.16
1 parent 74a2bc5 commit 298e1e9

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
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..."
@@ -63,7 +64,7 @@ jobs:
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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.PHONY: build push ver install publish check-docker
22

3-
VERSION := "1.20250412.15"
3+
VERSION := "1.20250412.16"
44
IMAGE_NAME := jtlpython:$(VERSION)
55
IMAGE_FULL_NAME := ghcr.io/league-examples/$(IMAGE_NAME)
66

0 commit comments

Comments
 (0)