mirror of
https://github.com/docker/build-push-action.git
synced 2026-07-04 14:05:38 +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
|
MYSECRET=foo
|
||||||
INVALID_SECRET=
|
INVALID_SECRET=
|
||||||
|
|
||||||
env-secret:
|
secret-env:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
@ -414,7 +414,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./test/secret.Dockerfile
|
file: ./test/secret.Dockerfile
|
||||||
env-secrets: |
|
secret-envs: |
|
||||||
MYSECRET=ENV_SECRET
|
MYSECRET=ENV_SECRET
|
||||||
INVALID_SECRET=
|
INVALID_SECRET=
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user