Skip to content
This repository was archived by the owner on May 12, 2025. It is now read-only.

Commit 235f153

Browse files
authored
Merge pull request #20 from thestormforge/blazemeter-build-images
Add BlazeMeter Cloud to build actions
2 parents 3730d7b + b3fac7a commit 235f153

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.github/workflows/main.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,9 @@ jobs:
3535
uses: ./.github/workflows/build-push.yaml
3636
with:
3737
dir: jmeter
38+
39+
blazemeter-cloud:
40+
name: BlazeMeter Cloud
41+
uses: ./.github/workflows/build-push.yaml
42+
with:
43+
dir: blazemeter-cloud

.github/workflows/release.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,13 @@ jobs:
4646
secrets:
4747
username: ${{ secrets.DOCKERHUB_USERNAME }}
4848
password: ${{ secrets.DOCKERHUB_TOKEN }}
49+
50+
blazemeter-cloud:
51+
name: BlazeMeter Cloud
52+
uses: ./.github/workflows/promote.yaml
53+
with:
54+
dir: blazemeter-cloud
55+
version: ${{ github.event.release.tag_name }}
56+
secrets:
57+
username: ${{ secrets.DOCKERHUB_USERNAME }}
58+
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)