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 2eb3035 commit 10494e2Copy full SHA for 10494e2
.github/workflows/aqua-security.yaml
@@ -13,6 +13,11 @@ on:
13
type: string
14
default: ''
15
required: false
16
+ docker_file_context:
17
+ description: Docker File Context
18
+ type: string
19
+ default: .
20
+ required: false
21
docker_tag_version:
22
description: Provide the docker tag names
23
@@ -130,7 +135,7 @@ jobs:
130
135
- name: Docker Build and Push
131
136
uses: docker/build-push-action@v2
132
137
with:
133
- context: .
138
+ context: ${{ inputs.docker_file_context }}
134
139
file: ${{ inputs.docker_file }}
140
tags: ${{ inputs.docker_tag_name }}:${{ inputs.docker_tag_version }}
141
build-args: |
0 commit comments