Skip to content

Commit 26d978e

Browse files
authored
Merge pull request #106 from Mirantis/update-e2e-image-trigger-release
Update E2E image build trigger
2 parents 480ac1f + 5cb97bd commit 26d978e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build-e2e.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
tags: ['*']
77
paths:
88
- 'pkg/apis/**'
9+
- 'pkg/common/**'
910
- 'test/e2e/**'
1011
- 'go.mod'
1112
- 'e2e.Dockerfile'
@@ -15,6 +16,7 @@ on:
1516
branches: [ "main", "release-*" ]
1617
paths:
1718
- 'pkg/apis/**'
19+
- 'pkg/common/**'
1820
- 'test/e2e/**'
1921
- 'go.mod'
2022
- 'e2e.Dockerfile'

e2e.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LABEL org.opencontainers.image.authors="Mirantis Inc. https://mirantis.com" \
88
org.opencontainers.image.source="https://github.com/Mirantis/pelagia" \
99
org.opencontainers.image.ref.commit="${REF}"
1010

11-
# rebuild=1
11+
# rebuild=2
1212
ARG E2E_PATH=/root/pelagia-e2e
1313
ARG TESTCONFIG_PATH=$E2E_PATH/testconfig
1414

0 commit comments

Comments
 (0)