Skip to content

Commit

Permalink
fix:레디스 연결 방식 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondanythings committed Jul 6, 2024
1 parent ba6496c commit f620740
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-cd-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ jobs:
platforms: linux/arm64/v8
push: true
tags: |
${{ env.REGISTRY }}/${{ env.NAMESPACE }}/${{ env.IMAGE_NAME }}/${{ env.MODULE }}:${{ github.run_id }}
# ${{ env.REGISTRY }}/${{ env.NAMESPACE }}/${{ env.IMAGE_NAME }}/${{ env.MODULE }}:${{ github.run_id }}
${{ env.REGISTRY }}/${{ env.NAMESPACE }}/${{ env.IMAGE_NAME }}/${{ env.MODULE }}:latest

deploy:
name: Deploy
Expand Down

0 comments on commit f620740

Please sign in to comment.