From b97a2d676207c44699a04153b21ad36abc36e1b1 Mon Sep 17 00:00:00 2001 From: Kai Timmer Date: Fri, 24 May 2024 14:36:28 +0200 Subject: [PATCH] DIA-3549 Version Bump for Gitops Action to enable image retagging --- .github/workflows/template_gitops.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/template_gitops.yml b/.github/workflows/template_gitops.yml index 775d923f..44d15fce 100644 --- a/.github/workflows/template_gitops.yml +++ b/.github/workflows/template_gitops.yml @@ -97,7 +97,7 @@ jobs: owner: ${{inputs.gitops-organization }} - name: GitOps (build, push and deploy a new Docker image) - uses: Staffbase/gitops-github-action@v5.4 + uses: Staffbase/gitops-github-action@v5.5 with: docker-registry: ${{ inputs.docker-registry }} docker-username: ${{ secrets.docker-username }}