Skip to content

Commit

Permalink
test pipeline 2
Browse files Browse the repository at this point in the history
  • Loading branch information
menitz committed Jul 12, 2024
1 parent 5fde9ce commit 2a18e5f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Docker Image CI

on: [push, pull_request]
on:
workflow_run:
workflows: ["Test"]
types:
- completed

jobs:
build-and-push:
Expand Down

0 comments on commit 2a18e5f

Please sign in to comment.