Skip to content

Commit

Permalink
Fix docker build action dependencies (#18)
Browse files Browse the repository at this point in the history
Build dev/net images, when:
- the base image was built on `main` (image tag: `latest`)
- the base image was built on a version tag, such as `v0.0.13`, usually after release
  • Loading branch information
damyan authored Nov 15, 2023
1 parent dfb69bd commit 3139bc1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-docker-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ on:
- 'Build and Publish Base Docker Image'
branches:
- main
tags:
- v*
types:
- completed

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish-docker-net.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ on:
- 'Build and Publish Base Docker Image'
branches:
- main
tags:
- v*
types:
- completed

Expand Down

0 comments on commit 3139bc1

Please sign in to comment.