Browse Source

tag/network vars for testbranch workflow

Matthew R Kasun 2 years ago
parent
commit
f602eb1a79
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/branchtest.yml

+ 2 - 2
.github/workflows/branchtest.yml

@@ -52,7 +52,7 @@ jobs:
     needs: [getbranch, terraform]
     needs: [getbranch, terraform]
     uses: gravitl/devops/.github/workflows/branchtest.yml@master
     uses: gravitl/devops/.github/workflows/branchtest.yml@master
     with:
     with:
-      tag: ${{ github.ref_name }}
-      network: ${{ github.ref_name }}
+      tag: ${{ github.run_id }}-${{ github.run_attempt }}
+      network: terraform
     secrets: inherit
     secrets: inherit