Hotfix cluster version selection

This commit is contained in:
Andrew Dryga
2023-10-25 19:02:01 -06:00
parent 34cb88f5af
commit 00d8d4be01
3 changed files with 3 additions and 4 deletions

View File

@@ -252,8 +252,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images:
${{ steps.login.outputs.registry }}/firezone/${{ matrix.image_name
}}
${{ steps.login.outputs.registry }}/firezone/${{ matrix.image_name }}
tags: |
type=raw,value=${{ github.sha }}
type=raw,value=${{ env.VERSION }}

View File

@@ -356,7 +356,7 @@ locals {
project_id = module.google-cloud-project.project.project_id
cluster_name = local.cluster.name
cluster_name_label = "cluster_name"
cluster_version_label = "version"
cluster_version_label = "cluster_version"
cluster_version = split(".", var.image_tag)[0]
node_name_label = "application"
polling_interval_ms = 7000

View File

@@ -362,7 +362,7 @@ locals {
project_id = module.google-cloud-project.project.project_id
cluster_name = local.cluster.name
cluster_name_label = "cluster_name"
cluster_version_label = "version"
cluster_version_label = "cluster_version"
cluster_version = split(".", var.image_tag)[0]
node_name_label = "application"
polling_interval_ms = 7000