We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 480ac1f + 5cb97bd commit 26d978eCopy full SHA for 26d978e
.github/workflows/build-e2e.yaml
@@ -6,6 +6,7 @@ on:
6
tags: ['*']
7
paths:
8
- 'pkg/apis/**'
9
+ - 'pkg/common/**'
10
- 'test/e2e/**'
11
- 'go.mod'
12
- 'e2e.Dockerfile'
@@ -15,6 +16,7 @@ on:
15
16
branches: [ "main", "release-*" ]
17
18
19
20
21
22
e2e.Dockerfile
@@ -8,7 +8,7 @@ LABEL org.opencontainers.image.authors="Mirantis Inc. https://mirantis.com" \
org.opencontainers.image.source="https://github.com/Mirantis/pelagia" \
org.opencontainers.image.ref.commit="${REF}"
-# rebuild=1
+# rebuild=2
ARG E2E_PATH=/root/pelagia-e2e
13
ARG TESTCONFIG_PATH=$E2E_PATH/testconfig
14
0 commit comments