We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c29476 commit 5ae80d5Copy full SHA for 5ae80d5
1 file changed
.github/workflows/release.yml
@@ -81,7 +81,7 @@ jobs:
81
with:
82
image: "geoserver_data"
83
branch: ${{ github.ref }}
84
- tag: ${{ steps.split.outputs._2 }}
+ tag: ${{ steps.split.outputs._1 }}
85
push: true
86
username: ${{ secrets.DOCKERHUB_USERNAME }}
87
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments