Skip to content

Commit

Permalink
Always rerun high-level images after base image build (#17)
Browse files Browse the repository at this point in the history
Fixes #8
  • Loading branch information
damyan authored Nov 14, 2023
1 parent f4d3ed5 commit dfb69bd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish-docker-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ on:
paths:
- 'dev/Dockerfile'
workflow_dispatch:
workflow_run:
workflows:
- 'Build and Publish Base Docker Image'
branches:
- main
types:
- completed

jobs:
buildAndPush:
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/publish-docker-net.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ on:
paths:
- 'net/Dockerfile'
workflow_dispatch:
workflow_run:
workflows:
- 'Build and Publish Base Docker Image'
branches:
- main
types:
- completed

jobs:
buildAndPush:
Expand Down

0 comments on commit dfb69bd

Please sign in to comment.