Ещё исправления Dockle
All checks were successful
Lint / Run linters (push) Successful in 36s
Build and deploy / Publish image (push) Successful in 27s
Build and deploy / Deploy image (push) Successful in 10s

This commit is contained in:
Sergey Karmanov 2024-06-21 11:50:37 +03:00
parent 39b8526c35
commit 0d4da22727
2 changed files with 3 additions and 4 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
name: Create and publish a Docker image name: Build and deploy
on: on:
push: push: