Skip to content

Commit 5ae80d5

Browse files
committed
fix extraction of tag for geoserver_data
1 parent 1c29476 commit 5ae80d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
with:
8282
image: "geoserver_data"
8383
branch: ${{ github.ref }}
84-
tag: ${{ steps.split.outputs._2 }}
84+
tag: ${{ steps.split.outputs._1 }}
8585
push: true
8686
username: ${{ secrets.DOCKERHUB_USERNAME }}
8787
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)