Skip to content

Commit e09447c

Browse files
authored
Merge pull request #16 from denismakogon/actions
fix runtime image merge job
2 parents a484ed5 + 8d98277 commit e09447c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/on_merge_to_runtime_image.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ env:
1111
REGISTRY: ghcr.io
1212
FFMPEG_VERSION: "5.0.1"
1313
RUNTIME_IMAGE: "runtime"
14+
BASE_IMAGE: "base"
15+
BUILD_IMAGE: "build"
1416
IMAGE_NAME: ${{ github.repository }}
1517

1618
jobs:

0 commit comments

Comments
 (0)