Skip to content

Commit 6091fac

Browse files
committed
Renamed geosoerver data folder
1 parent e538046 commit 6091fac

11 files changed

Lines changed: 8 additions & 274 deletions

File tree

.github/workflows/latest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
push: true
6363
username: ${{ secrets.DOCKERHUB_USERNAME }}
6464
password: ${{ secrets.DOCKERHUB_TOKEN }}
65-
data_dir_conf:
65+
geoserver_data:
6666
runs-on: ubuntu-latest
6767
steps:
6868
- uses: actions/checkout@v3
@@ -71,11 +71,11 @@ jobs:
7171
with:
7272
filters: |
7373
src:
74-
- 'docker/data_dir_conf/**'
74+
- 'docker/geoserver_data/**'
7575
- uses: ./.github/actions/build_and_push
7676
if: steps.changes.outputs.src == 'true'
7777
with:
78-
image: "data_dir_conf"
78+
image: "geoserver_data"
7979
branch: "master"
8080
tag: "latest"
8181
push: true

.github/workflows/manual_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
description: Image
1010
options:
1111
- geoserver
12-
- geoserver_data_dir
12+
- geoserver_data
1313
- nginx
1414
- postgis
1515
- letsencrypt

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ jobs:
6565
push: true
6666
username: ${{ secrets.DOCKERHUB_USERNAME }}
6767
password: ${{ secrets.DOCKERHUB_TOKEN }}
68-
data_dir_conf:
69-
if: ${{ contains(github.ref, 'data-dir-conf_') }}
68+
geoserver_data:
69+
if: ${{ contains(github.ref, 'geoserver_data_') }}
7070
runs-on: ubuntu-latest
7171
steps:
7272
- uses: winterjung/split@v2
@@ -79,9 +79,9 @@ jobs:
7979
ref: ${{ github.ref }}
8080
- uses: ./.github/actions/build_and_push
8181
with:
82-
image: "data-dir-conf"
82+
image: "geoserver_data"
8383
branch: ${{ github.ref }}
84-
tag: ${{ steps.split.outputs._1 }}
84+
tag: ${{ steps.split.outputs._2 }}
8585
push: true
8686
username: ${{ secrets.DOCKERHUB_USERNAME }}
8787
password: ${{ secrets.DOCKERHUB_TOKEN }}
File renamed without changes.

docker/geoserver_data_dir/Dockerfile

Lines changed: 0 additions & 25 deletions
This file was deleted.

docker/geoserver_data_dir/README.rst

Lines changed: 0 additions & 208 deletions
This file was deleted.

docker/geoserver_data_dir/docker-compose.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)