1
0
forked from baron/baron-sso

이미지 컨텍스트 변경

This commit is contained in:
2026-01-21 16:22:44 +09:00
parent 0e71f8b4e7
commit e2aa3c5301

View File

@@ -79,7 +79,7 @@ jobs:
- name: Build and push backend RC image
uses: docker/build-push-action@v5
with:
context: .
context: ./backend
file: ./backend/Dockerfile
push: true
tags: ${{ vars.HARBOR_HOSTNAME }}/baron_sso/backend:${{ steps.rc_calculator.outputs.new_rc_tag }}
@@ -92,7 +92,7 @@ jobs:
- name: Build and push frontend RC image
uses: docker/build-push-action@v5
with:
context: .
context: ./frontend
file: ./frontend/Dockerfile
push: true
tags: ${{ vars.HARBOR_HOSTNAME }}/baron_sso/frontend:${{ steps.rc_calculator.outputs.new_rc_tag }}