Ещё исправления Dockle
This commit is contained in:
parent
39b8526c35
commit
0d4da22727
@ -2,15 +2,14 @@ name: Dockle
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_run:
|
workflow_run:
|
||||||
workflows: ["Create and publish a Docker image"]
|
workflows: ["Build and deploy"]
|
||||||
types:
|
types:
|
||||||
- completed
|
- completed
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run-linters:
|
run-dockle:
|
||||||
name: Run dockle
|
name: Run dockle
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Run dockle
|
- name: Run dockle
|
||||||
uses: goodwithtech/dockle-action@main
|
uses: goodwithtech/dockle-action@main
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: Create and publish a Docker image
|
name: Build and deploy
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user