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

Commit

Permalink
Update docker-build-and-push-ocular-ui.yml (#175)
Browse files Browse the repository at this point in the history
* Update docker-build-and-push-ocular-ui.yml

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

* Update docker-build-and-push-ocular-backend.yml

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

* Update docker-build-and-push-ocular-ui.yml
  • Loading branch information
louismurerwa committed Jul 16, 2024
1 parent 154851a commit 4acc82c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .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 All @@ -29,6 +29,6 @@ jobs:
context: ./
file: ./packages/ocular/Dockerfile.local
push: true
tags:
tags: |
ocularengineering/ocular-backend:${{ github.ref_name }}
ocularengineering/ocular-backend:latest
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 All @@ -28,6 +28,6 @@ jobs:
context: ./
file: ./packages/ocular-models-server/Dockerfile.models
push: true
tags:
tags: |
ocularengineering/ocular-model-server:${{ github.ref_name }}
ocularengineering/ocular-model-server:latest
4 changes: 2 additions & 2 deletions .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 All @@ -29,6 +29,6 @@ jobs:
context: ./
file: ./packages/ocular-ui/Dockerfile
push: true
tags:
tags: |
ocularengineering/ocular-ui:${{ github.ref_name }}
ocularengineering/ocular-ui:latest

0 comments on commit 4acc82c

Please sign in to comment.