From c4d0d4c745f046c4a82d87e2b11b4fd2286ce4bc Mon Sep 17 00:00:00 2001 From: Jakub Sliacan Date: Wed, 29 Nov 2023 17:09:16 +0100 Subject: [PATCH] actions: add id tags to instance creation When an instance is created, it is good to know where it was requested from. These tags should help with that identification. --- .github/workflows/windows-e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows-e2e.yml b/.github/workflows/windows-e2e.yml index 6a43519ead..2b1bfb313f 100644 --- a/.github/workflows/windows-e2e.yml +++ b/.github/workflows/windows-e2e.yml @@ -33,7 +33,7 @@ jobs: --windows-version '${{ matrix.windows-version }}' \ --windows-featurepack '${{ matrix.windows-featurepack }}' \ --vmsize 'Standard_D8s_v4' \ - --tags project=openshift-local \ + --tags project=openshift-local,source=github,org=${{ github.repository_owner}} \ --spot # Check logs podman logs -f windows-create