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 6969 steps :
7070 - name : Compute image tag names
7171 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)
7373 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
7575 echo "LATEST_TAG=$(echo $GITHUB_REF_NAME | sed 's/-v[0-9]\+\.[0-9]\+\.[0-9]\+/-latest/')" >> $GITHUB_ENV
7676 - name : Checkout code
7777 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
22
33# #############
44# 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
22ARG POSTGRESQL_CONNECTOR_VERSION=42.7.4
33ARG MYSQL_CONNECTOR_VERSION=8.4.0
44
@@ -59,8 +59,7 @@ RUN ./retrieve_maven_artifacts.sh
5959FROM tomcat:8.5.100-jdk11-temurin AS server
6060
6161ENV GTFS_TIDY_ARGS=${GTFS_TIDY_ARGS}
62- ARG OBA_VERSION=2.5.13-otsf
63-
62+ ARG OBA_VERSION=2.6.0
6463
6564ENV POSTGRESQL_CONNECTOR_VERSION=${POSTGRESQL_CONNECTOR_VERSION}
6665ENV MYSQL_CONNECTOR_VERSION=${MYSQL_CONNECTOR_VERSION}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ services:
33 name : OneBusAway API Server
44 runtime : image
55 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
77 region : oregon
88 plan : standard
99 numInstances : 1
You can’t perform that action at this time.
0 commit comments