Skip to content

Commit db266a2

Browse files
authored
fix(release-container): remove erroneous $ from expression (#111)
1 parent c080dea commit db266a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
context: ${{ inputs.context }}
190190
file: ${{ inputs.dockerfile }}
191191
platforms: linux/amd64
192-
push: ${{ github.event_name != 'pull_request' && (startsWith(github.event.ref, 'refs/tags/v') || $inputs.push-default-branch && github.event.ref_name == github.event.repository.default_branch) }}
192+
push: ${{ github.event_name != 'pull_request' && (startsWith(github.event.ref, 'refs/tags/v') || inputs.push-default-branch && github.event.ref_name == github.event.repository.default_branch) }}
193193
tags: ${{ steps.meta.outputs.tags }}
194194
cache-from: type=gha
195195
build-args: ${{ inputs.build-args }}

0 commit comments

Comments
 (0)