Skip to content

Commit

Permalink
append v4 in tags name for update worker
Browse files Browse the repository at this point in the history
Signed-off-by: Ashraf Fouda <[email protected]>
  • Loading branch information
ashraffouda committed Feb 19, 2025
1 parent 59b95ec commit 705bf25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/zos-update-worker/internal/update_worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ import (
type Network string

var (
MainNetwork Network = "production"
TestNetwork Network = "testing"
QANetwork Network = "qa"
MainNetwork Network = "production-v4"
TestNetwork Network = "testing-v4"
QANetwork Network = "qa-v4"
)

type Params struct {
Expand Down

0 comments on commit 705bf25

Please sign in to comment.