mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-19 04:58:00 +00:00
Cleaning up workflow wording
This commit is contained in:
parent
a898faa38a
commit
b2a90db1cf
6
.github/workflows/build_aca_image.yml
vendored
6
.github/workflows/build_aca_image.yml
vendored
@ -1,18 +1,18 @@
|
||||
name: ACA Image Build Test
|
||||
name: ACA Docker Image Build
|
||||
on:
|
||||
release:
|
||||
types: [ published ]
|
||||
inputs:
|
||||
imagename:
|
||||
description: 'ACA Docker Image Name'
|
||||
default: 'aca-test'
|
||||
default: 'aca-centos7'
|
||||
required: false
|
||||
type: string
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
imagename:
|
||||
description: 'ACA Docker Image Name'
|
||||
default: 'aca-test'
|
||||
default: 'aca-centos7'
|
||||
required: false
|
||||
type: string
|
||||
jobs:
|
||||
|
Loading…
Reference in New Issue
Block a user