We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f8632f commit f801ed1Copy full SHA for f801ed1
.github/workflows/integration.yaml
@@ -87,13 +87,13 @@ jobs:
87
88
- name: Romeo install
89
id: install
90
- uses: ctfer-io/romeo/install@3cc6dba90bba84232712d0e2f8fc5c3e09f6d79e
+ uses: ctfer-io/romeo/install@2f8632fbad5fdab5fdbfb7bdeba3920cc62c515c
91
with:
92
kubeconfig: ~/.kube/config
93
94
- name: Romeo environment
95
id: env
96
- uses: ctfer-io/romeo/environment@3cc6dba90bba84232712d0e2f8fc5c3e09f6d79e
+ uses: ctfer-io/romeo/environment@2f8632fbad5fdab5fdbfb7bdeba3920cc62c515c
97
98
stack-name: env
99
registry: localhost:5000
0 commit comments