From 5ae80d58c7bb4f1d9a0de62652ff459c18e61c39 Mon Sep 17 00:00:00 2001 From: "G. Allegri" Date: Wed, 10 Jan 2024 14:15:50 +0100 Subject: [PATCH] fix extraction of tag for geoserver_data --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 84e4e57..ae3cebe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }}