Skip to content

Commit

Permalink
actions: add id tags to instance creation
Browse files Browse the repository at this point in the history
When an instance is created, it is good to know where it was requested
from. These tags should help with that identification.
  • Loading branch information
jsliacan committed Nov 29, 2023
1 parent 9dca0a0 commit c4d0d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c4d0d4c

Please sign in to comment.