mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
Hotfix cluster version selection
This commit is contained in:
3
.github/workflows/cd.yml
vendored
3
.github/workflows/cd.yml
vendored
@@ -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 }}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user