We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 455ede9 commit 5961149Copy full SHA for 5961149
action.yml
@@ -22,6 +22,13 @@ inputs:
22
release)
23
required: false
24
default: 'release'
25
+ base_os:
26
+ description: >-
27
+ Operating system of the base image, intended for use with the
28
+ OSG software-base image. Passed along as the BASE_OS build
29
+ argument (default: el8)
30
+ required: false
31
+ default: el8
32
context:
33
description: 'Path to container files, including Dockerfile'
34
@@ -83,6 +90,7 @@ runs:
83
90
context: ${{ inputs.context }}
84
91
build-args: |
85
92
BASE_YUM_REPO=${{ inputs.osg_repo }}
93
+ BASE_OS=${{ inputs.base_os }}
86
94
BASE_OSG_SERIES=${{ inputs.osg_series }}
87
95
TIMESTAMP_TAG=${{ steps.create_timestamp_tag.outputs.tags }}
88
96
tags: "latest"
0 commit comments