Skip to content

Commit 6c919cd

Browse files
committed
fix image tag
Signed-off-by: Frank Jogeleit <[email protected]>
1 parent dbc3416 commit 6c919cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/image.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: |
4848
set -e
4949
TAG=${{ github.ref_name }}
50-
echo "VERSION=${TAG#policy-reporter-ui-v}" >> $GITHUB_ENV
50+
echo "VERSION=${TAG#v}" >> $GITHUB_ENV
5151
5252
- name: Build frontend
5353
run: |

0 commit comments

Comments
 (0)