We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dda275 commit 67c636dCopy full SHA for 67c636d
1 file changed
.github/workflows/release.yml
@@ -30,10 +30,10 @@ jobs:
30
context: .
31
platforms: linux/amd64,linux/arm64
32
push: true
33
- tags: malovec/robot-runner:latest,malovec/robot-runner:3.0
+ tags: malovec/robot-runner:latest,malovec/robot-runner:4.0
34
build-args: |
35
- DHI_PYTHON_RUNTIME_TAG=3.12-alpine3.22
36
- DHI_PYTHON_BUILD_TAG=3.12-alpine3.22-dev
+ DHI_PYTHON_RUNTIME_TAG=3.12-alpine3.24
+ DHI_PYTHON_BUILD_TAG=3.12-alpine3.24-dev
37
38
- name: Smoke test
39
run: docker run --rm -v $(pwd)/tests:/tests malovec/robot-runner:latest -d results /tests/test.robot
0 commit comments