Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
Add Tagging (#174)
Browse files Browse the repository at this point in the history
* Add Tagging

* Update docker-build-and-push-ocular-models-server.yml

* Update docker-build-and-push-ocular-ui.yml
  • Loading branch information
louismurerwa authored Jul 16, 2024
1 parent d27b800 commit 154851a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-and-push-ocular-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and Push Ocular Backend Docker Image CI
on:
push:
tags:
- '*'
- '**'

jobs:
push_to_docker_registry:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and Push Ocular Models Server on Release and Tag
on:
push:
tags:
- '*'
- '**'

jobs:
build-and-push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-and-push-ocular-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and Push Ocular Web UI Docker Image CI
on:
push:
tags:
- '*'
- '**'

jobs:
push_to_docker_registry:
Expand Down

0 comments on commit 154851a

Please sign in to comment.