Skip to content

Commit

Permalink
only build a new docker image when the docker file for the image changes
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenj committed Jan 13, 2023
1 parent aac3185 commit 285e166
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_publish_tools_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Create and publish a Docker image of our mdbook tools

on:
push:
paths:
- tools_container
branches:
- 'master'
tags:
Expand Down

0 comments on commit 285e166

Please sign in to comment.