Radish alpha
r
Radicle desktop app
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix build CI workflow
Thomas Scholtes committed 1 year ago
commit bc600c79a064d5e6861ad05796c91efd8c1eb7ea
parent 0de67878a09ee664ff7511da03f119d8a1002144
1 file changed +1 -1
modified .woodpecker/build.yaml
@@ -7,7 +7,7 @@ when:
    ref: refs/namespaces/z6MkkfM3tPXNPrPevKr3uSiQtHPuwnNhu2yUVjgd2jXVsVz5/tags/v[0-9]+.[0-9]+.[0-9]+(-[a-zA-Z]+)?(\.[0-9]+)?  # Matches v1.2.3, v1.2.3-rc, v1.2.3-rc.1, etc.
steps:
  build:
-
    image: docker.io/library/ubuntu:22.04
+
    image: docker.io/library/ubuntu:24.04
    entrypoint:
      - "/bin/bash"
      - "-c"