Skip to content

Commit

Permalink
feat(controller): test docker build caching (#34) (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
JossWhittle authored Mar 24, 2024
1 parent a89ded2 commit 83d3790
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/controller-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ concurrency:

jobs:
controller-container:
uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-container.yaml@v1.4.2-containers
uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-container.yaml@feat/build-cache
with:
job-name: controller-container
registry: ${{ vars.HARBOR_REGISTRY }}
Expand Down
2 changes: 1 addition & 1 deletion containers/controller/src/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


if __name__ == "__main__":
logging.info("hello github!")
logging.info("hello github")

0 comments on commit 83d3790

Please sign in to comment.