mirror of
https://github.com/docker/build-push-action.git
synced 2025-03-31 09:16:35 +00:00
Update ci.yml
- name: Install Dependencies run: npm install Signed-off-by: Cokybit <80327177+cokyman@users.noreply.github.com>
This commit is contained in:
parent
11be14d908
commit
39664bbff8
1 changed files with 14 additions and 0 deletions
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
|
@ -1539,3 +1539,17 @@ jobs:
|
||||||
echo "::error::Should have failed"
|
echo "::error::Should have failed"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
on: main
|
||||||
|
push: workfile
|
||||||
|
branches: main
|
||||||
|
- main
|
||||||
|
- release/*
|
||||||
|
|
||||||
|
- name: Install Dependencies
|
||||||
|
run: npm install
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue