Skip to content

Commit 48c73a8

Browse files
authored
Split dev and release image vreation
1 parent a050b5c commit 48c73a8

File tree

3 files changed

+2
-29
lines changed

3 files changed

+2
-29
lines changed

.github/workflows/build_nightly_dev.yml renamed to .github/workflows/build_image_develop.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build nightly develop image
1+
name: Build develop image
22

33
on:
44
schedule:
@@ -15,4 +15,3 @@ jobs:
1515
regLogin: ${{ vars.REGISTRY_LOGIN }}
1616
secrets:
1717
REGISTRY_TOKEN: ${{ secrets.REGISTRY_TOKEN }}
18-

.github/workflows/build_release.yml renamed to .github/workflows/build_image_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build release
1+
name: Build release image
22

33
on:
44
schedule:

.github/workflows/build_on_schedule.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)