Skip to content

Commit

Permalink
fix extraction of tag for geoserver_data
Browse files Browse the repository at this point in the history
  • Loading branch information
giohappy committed Jan 10, 2024
1 parent 1c29476 commit 5ae80d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
with:
image: "geoserver_data"
branch: ${{ github.ref }}
tag: ${{ steps.split.outputs._2 }}
tag: ${{ steps.split.outputs._1 }}
push: true
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit 5ae80d5

Please sign in to comment.