Skip to content

Commit a39d1f2

Browse files
authored
Update docker-tpl.yaml
1 parent a92da32 commit a39d1f2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/docker-tpl.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ on:
2222
required: false
2323
type: string
2424
default: linux/amd64
25+
build-args:
26+
description: "Docker build args"
27+
required: false
28+
type: string
29+
default: ""
2530
secrets:
2631
DOCKERHUB_USERNAME:
2732
required: true
@@ -74,6 +79,7 @@ jobs:
7479
tags: ${{ steps.meta.outputs.tags }}
7580
labels: ${{ steps.meta.outputs.labels }}
7681
platforms: ${{ inputs.platforms }}
82+
build-args: ${{ inputs.build-args }}
7783

7884
- name: Docker Hub Description
7985
uses: peter-evans/dockerhub-description@v3

0 commit comments

Comments
 (0)