Skip to content

Commit

Permalink
update to build 2.23.6 (#682)
Browse files Browse the repository at this point in the history
  • Loading branch information
NyakudyaA authored Jul 25, 2024
1 parent cf2f833 commit 7c32255
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:
geoserverMinorVersion:
# - minor: 25
# patch: 2
- minor: 24
patch: 4
- minor: 23
patch: 6
stablePluginBaseURL:
- https://sourceforge.net/projects/geoserver/files/GeoServer
steps:
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
- stores
- context
- disk-quota
- clustering
# - clustering
- jdbconfig
- libjpeg
steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
geoserverMinorVersion:
# - minor: 25
# patch: 2
- minor: 24
patch: 4
- minor: 23
patch: 6
stablePluginBaseURL:
# empty because it often changes, so it's better
# to use the default one described in the Dockerfile
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
file: Dockerfile
push: true
tags: |
${{ secrets.DOCKERHUB_REPO }}/geoserver
# ${{ secrets.DOCKERHUB_REPO }}/geoserver
${{ secrets.DOCKERHUB_REPO }}/geoserver:${{ matrix.geoserverMajorVersion }}.${{ matrix.geoserverMinorVersion.minor }}.${{ matrix.geoserverMinorVersion.patch }}
${{ secrets.DOCKERHUB_REPO }}/geoserver:${{ matrix.geoserverMajorVersion }}.${{ matrix.geoserverMinorVersion.minor }}.${{ matrix.geoserverMinorVersion.patch }}--v${{ steps.current_date.outputs.formatted }}
build-args: |
Expand Down

0 comments on commit 7c32255

Please sign in to comment.