Skip to content

Commit

Permalink
Update work-2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hye-0000 authored Jun 13, 2023
1 parent ab450b5 commit 54d47fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/work-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ jobs:
context: .
push: true
tags: |
ghcr.io/${{ env.OWNER_LC }}/tredpick-1:${{ needs.tag.outputs.tag_name }},
ghcr.io/${{ env.OWNER_LC }}/tredpick-1:latest
ghcr.io/${{ env.OWNER_LC }}/trendpick-1:${{ needs.tag.outputs.tag_name }},
ghcr.io/${{ env.OWNER_LC }}/trendpick-1:latest
cache-from: type=gha
cache-to: type=gha,mode=max
deploy:
Expand All @@ -101,4 +101,4 @@ jobs:
method: kubeconfig
kubeconfig: ${{ secrets.KUBE_CONFIG }}
- run: |
kubectl set image deployment.apps/tredpick-1 tredpick-1=ghcr.io/angelsooho/tredpick-1:${{ needs.tag.outputs.tag_name }}
kubectl set image deployment.apps/trendpick-1 trendpick-1=ghcr.io/angelsooho/trendpick-1:${{ needs.tag.outputs.tag_name }}

0 comments on commit 54d47fb

Please sign in to comment.