Skip to content

Commit

Permalink
use edge tag for pushes on main
Browse files Browse the repository at this point in the history
  • Loading branch information
nk-coding committed Sep 1, 2024
1 parent bcd834b commit 56d70fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
images: ${{ env.REGISTRY }}/ccims/gropius-${{ matrix.module }}
tags: |
type=semver,pattern={{version}}
type=edge,branch=main
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
images: ${{ env.REGISTRY }}/ccims/gropius-frontend
tags: |
type=semver,pattern={{version}}
type=edge,branch=main
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-login-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
images: ${{ env.REGISTRY }}/ccims/gropius-login-service
tags: |
type=semver,pattern={{version}}
type=edge,branch=main
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 56d70fd

Please sign in to comment.