mirror of
https://github.com/docker/build-push-action.git
synced 2026-03-30 23:10:25 +00:00
Fix ci workflow input
Signed-off-by: Elias Lundgren <145569914+elias-lundgren@users.noreply.github.com>
This commit is contained in:
parent
a9c205dd7c
commit
5c156a22b8
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -393,7 +393,7 @@ jobs:
|
||||
MYSECRET=foo
|
||||
INVALID_SECRET=
|
||||
|
||||
env-secret:
|
||||
secret-env:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
@ -414,7 +414,7 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
file: ./test/secret.Dockerfile
|
||||
env-secrets: |
|
||||
secret-envs: |
|
||||
MYSECRET=ENV_SECRET
|
||||
INVALID_SECRET=
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user