Skip to content

Commit 67c636d

Browse files
authored
Update Docker tags and Python runtime in release.yml
Updated Docker tags and Python runtime versions in the release workflow.
1 parent 7dda275 commit 67c636d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
context: .
3131
platforms: linux/amd64,linux/arm64
3232
push: true
33-
tags: malovec/robot-runner:latest,malovec/robot-runner:3.0
33+
tags: malovec/robot-runner:latest,malovec/robot-runner:4.0
3434
build-args: |
35-
DHI_PYTHON_RUNTIME_TAG=3.12-alpine3.22
36-
DHI_PYTHON_BUILD_TAG=3.12-alpine3.22-dev
35+
DHI_PYTHON_RUNTIME_TAG=3.12-alpine3.24
36+
DHI_PYTHON_BUILD_TAG=3.12-alpine3.24-dev
3737
3838
- name: Smoke test
3939
run: docker run --rm -v $(pwd)/tests:/tests malovec/robot-runner:latest -d results /tests/test.robot

0 commit comments

Comments
 (0)