You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea is to specify the versions of Python to run self tests against as repository variables, allowing workflow file re-use on multiple Python modules.
This works on GitHub, but fails on Gitea with the error: unable to determine if image already exists for image 'python:-bookworm' (): Error response from daemon: invalid reference format
Note that is does work if I specify the matrix variable entirely in the workflow file, e.g.:
Description
I'm trying to use a repository variable in a matrix and then use the matrix variable for a container image, like:
With the variable set to:
["3.10", "3.11"]
The idea is to specify the versions of Python to run self tests against as repository variables, allowing workflow file re-use on multiple Python modules.
This works on GitHub, but fails on Gitea with the error:
unable to determine if image already exists for image 'python:-bookworm' (): Error response from daemon: invalid reference format
Note that is does work if I specify the matrix variable entirely in the workflow file, e.g.:
It seems the variables are being processed too late.
See https://github.com/plinss/matrix-test for an example.
Possibly related to #26307
Gitea Version
Nightly from 08/24/2023
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
Debian Bookworm
How are you running Gitea?
Built, systemd service
Database
PostgreSQL
The text was updated successfully, but these errors were encountered: