File tree 5 files changed +1
-6
lines changed
5 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 10
10
uses : ./.github/workflows/publish-image.yml
11
11
with :
12
12
image-name : android-emu
13
- context : android-emu
14
13
title : Android Emulator image
15
14
tags : |
16
15
${{ matrix.version }}
Original file line number Diff line number Diff line change 33
33
uses : ./.github/workflows/publish-image.yml
34
34
with :
35
35
image-name : ${{ needs.env.outputs.image-name }}
36
- context : android-sdk
37
36
target : base
38
37
platforms : linux/amd64,linux/arm64
39
38
title : Android SDK base image
Original file line number Diff line number Diff line change 10
10
uses : ./.github/workflows/publish-image.yml
11
11
with :
12
12
image-name : danger-kotlin
13
- context : danger-kotlin
14
13
title : Danger Kotlin image
15
14
tags : |
16
15
${{ matrix.version }}
Original file line number Diff line number Diff line change 11
11
description : ' Location of build files'
12
12
required : false
13
13
type : string
14
- default : ' -'
15
14
title :
16
15
description : ' Human-readable image title'
17
16
required : true
78
77
- name : Build and push Docker images
79
78
uses : docker/build-push-action@v5
80
79
with :
81
- context : ${{ inputs.context }}
80
+ context : ${{ inputs.context != null && inputs.context || inputs.image-name }}
82
81
push : true
83
82
build-args : ${{ inputs.build-args }}
84
83
build-contexts : ${{ inputs.build-contexts }}
Original file line number Diff line number Diff line change 10
10
uses : ./.github/workflows/publish-image.yml
11
11
with :
12
12
image-name : ruby
13
- context : ruby
14
13
platforms : linux/amd64
15
14
title : Ruby image
16
15
tags : |
You can’t perform that action at this time.
0 commit comments