mirror of
https://github.com/docker/build-push-action.git
synced 2025-04-20 02:16:45 +00:00
summary: skip secrets in build inputs
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
parent
84ad562665
commit
44125d12a0
2 changed files with 2 additions and 9 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
@ -137,14 +137,7 @@ jobs:
|
|||
localhost:5000/name/app:1.0.0
|
||||
secrets: |
|
||||
GIT_AUTH_TOKEN=${{ github.token }}
|
||||
"MYSECRET=aaaaaaaa
|
||||
bbbbbbb
|
||||
ccccccccc"
|
||||
FOO=bar
|
||||
"EMPTYLINE=aaaa
|
||||
|
||||
bbbb
|
||||
ccc"
|
||||
MYSECRET=foo
|
||||
-
|
||||
name: Inspect
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue