From 157402ebc950f69e4067051e9170d9c7ed926eed Mon Sep 17 00:00:00 2001 From: PT-ATA No One Date: Wed, 21 Feb 2024 15:41:19 +0100 Subject: [PATCH] increase version number in ci file --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d2c2718..929f482 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -49,7 +49,7 @@ jobs: with: name: vaas repository: gdatasoftwareag/charts - tag: 1.0.3 + tag: 1.0.4 path: charts/vaas registry: ghcr.io registry_username: ${{ secrets.REGISTRY_USERNAME }}