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 - name: Build and push backend RC image
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
with: with:
context: . context: ./backend
file: ./backend/Dockerfile file: ./backend/Dockerfile
push: true push: true
tags: ${{ vars.HARBOR_HOSTNAME }}/baron_sso/backend:${{ steps.rc_calculator.outputs.new_rc_tag }} 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 - name: Build and push frontend RC image
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
with: with:
context: . context: ./frontend
file: ./frontend/Dockerfile file: ./frontend/Dockerfile
push: true push: true
tags: ${{ vars.HARBOR_HOSTNAME }}/baron_sso/frontend:${{ steps.rc_calculator.outputs.new_rc_tag }} tags: ${{ vars.HARBOR_HOSTNAME }}/baron_sso/frontend:${{ steps.rc_calculator.outputs.new_rc_tag }}