File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 69
69
steps :
70
70
- name : Compute image tag names
71
71
run : |
72
- # Set the full version tag (e.g., 2.5.13-otsf-v5 .0.0)
72
+ # Set the full version tag (e.g., 2.6.0-v1 .0.0)
73
73
echo "IMAGE_TAG=$(echo $GITHUB_REF_NAME)" >> $GITHUB_ENV
74
- # Extract the software version (e.g., 2.5.13-otsf ) and add -latest
74
+ # Extract the software version (e.g., 2.6.0-v1.0.0 ) and add -latest
75
75
echo "LATEST_TAG=$(echo $GITHUB_REF_NAME | sed 's/-v[0-9]\+\.[0-9]\+\.[0-9]\+/-latest/')" >> $GITHUB_ENV
76
76
- name : Checkout code
77
77
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1
- ARG OBA_VERSION=2.5.13-otsf
1
+ ARG OBA_VERSION=2.6.0
2
2
3
3
# #############
4
4
# Go Builder #
Original file line number Diff line number Diff line change 1
- ARG OBA_VERSION=2.5.13-otsf
1
+ ARG OBA_VERSION=2.6.0
2
2
ARG POSTGRESQL_CONNECTOR_VERSION=42.7.4
3
3
ARG MYSQL_CONNECTOR_VERSION=8.4.0
4
4
@@ -59,8 +59,7 @@ RUN ./retrieve_maven_artifacts.sh
59
59
FROM tomcat:8.5.100-jdk11-temurin AS server
60
60
61
61
ENV GTFS_TIDY_ARGS=${GTFS_TIDY_ARGS}
62
- ARG OBA_VERSION=2.5.13-otsf
63
-
62
+ ARG OBA_VERSION=2.6.0
64
63
65
64
ENV POSTGRESQL_CONNECTOR_VERSION=${POSTGRESQL_CONNECTOR_VERSION}
66
65
ENV MYSQL_CONNECTOR_VERSION=${MYSQL_CONNECTOR_VERSION}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ services:
3
3
name : OneBusAway API Server
4
4
runtime : image
5
5
image :
6
- url : docker.io/opentransitsoftwarefoundation/onebusaway-api-webapp:2.5.13-otsf-v3 .0.0
6
+ url : docker.io/opentransitsoftwarefoundation/onebusaway-api-webapp:2.6.0-v1 .0.0
7
7
region : oregon
8
8
plan : standard
9
9
numInstances : 1
You can’t perform that action at this time.
0 commit comments