diff --git a/.github/workflows/controller-container.yaml b/.github/workflows/controller-container.yaml index 6554d20..a677477 100644 --- a/.github/workflows/controller-container.yaml +++ b/.github/workflows/controller-container.yaml @@ -34,7 +34,7 @@ jobs: # Job name must be unique across repo to target # branch protection rules "required checks" properly!! controller-container: - uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-container.yaml@v2.0.1-containers + uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-container.yaml@v2.0.2-containers with: job-name: controller-container registry: ${{ vars.HARBOR_REGISTRY }} diff --git a/.github/workflows/guacamole-chart.yaml b/.github/workflows/guacamole-chart.yaml index fd53736..9516456 100644 --- a/.github/workflows/guacamole-chart.yaml +++ b/.github/workflows/guacamole-chart.yaml @@ -33,7 +33,7 @@ jobs: # Job name must be unique across repo to target # branch protection rules "required checks" properly! guacamole-chart: - uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-chart.yaml@v2.0.3-charts + uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-chart.yaml@v2.0.4-charts with: job-name: guacamole-chart registry: ${{ vars.HARBOR_REGISTRY }} diff --git a/.github/workflows/guacamole-crds-chart.yaml b/.github/workflows/guacamole-crds-chart.yaml index a358061..2c45fb9 100644 --- a/.github/workflows/guacamole-crds-chart.yaml +++ b/.github/workflows/guacamole-crds-chart.yaml @@ -33,7 +33,7 @@ jobs: # Job name must be unique across repo to target # branch protection rules "required checks" properly! guacamole-crds-chart: - uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-chart.yaml@v2.0.3-charts + uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-chart.yaml@v2.0.4-charts with: job-name: guacamole-crds-chart registry: ${{ vars.HARBOR_REGISTRY }}