Skip to content

Commit 0328873

Browse files
authored
Remove build arguments
1 parent 9b6c6b0 commit 0328873

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/service_docker-build-and-publish.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,6 @@ on:
55
required: true
66
type: string
77
default: ''
8-
base-os-flavor:
9-
required: false
10-
type: string
11-
default: 'ubuntu'
12-
base-os-version:
13-
required: false
14-
type: string
15-
default: '20.04'
168
dockerhub-repository:
179
required: false
1810
type: string
@@ -86,8 +78,6 @@ jobs:
8678
with:
8779
build-args: |
8880
UPSTREAM_CHANNEL=${{ inputs.upstream-channel-prefix }}
89-
BASE_OS_FLAVOR=${{ inputs.base-os-flavor }}
90-
BASE_OS_VERSION=${{ inputs.base-os-version }}
9181
context: src/
9282
platforms: |
9383
linux/amd64

0 commit comments

Comments
 (0)