Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
synoti21 committed Nov 2, 2023
2 parents 09f0cb7 + 8cbf0f9 commit f31d3dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/baekjoon_bot_cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,8 @@ jobs:
- name: Build and push to DockerHub
run: |
docker build -t ${{ secrets.PROJECT_NAME }} .
docker tag ${{ secrets.PROJECT_NAME }}:latest ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.PROJECT_NAME }}:${{ steps.image.outputs.version }}
docker push ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.PROJECT_NAME }}:${{ steps.image.outputs.version }}
docker build -t synoti21/${{ secrets.PROJECT_NAME }}:${{ steps.image.outputs.version }} .
docker push synoti21/${{ secrets.PROJECT_NAME }}:${{ steps.image.outputs.version }}
Expand Down
2 changes: 2 additions & 0 deletions k8s/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ resources:
- manifest.yaml
images:
- name: synoti21/baekjoon-bot
newName: synoti21/baekjoon-bot
newTag: d95869b5

0 comments on commit f31d3dc

Please sign in to comment.