Skip to content

Commit

Permalink
リポジトリ名を変更
Browse files Browse the repository at this point in the history
  • Loading branch information
nose221834 committed Oct 23, 2024
1 parent 1d5f78d commit 3f18763
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/image-push-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
matrix:
include:
- dockerfile: admin.k8s.Dockerfile
image_name: nutfes/group-manager-2-admin-view
image_name: nose0118/group-manager-2-admin-view

- dockerfile: front.k8s.Dockerfile
image_name: nutfes/group-manager-2-user-front
image_name: nose0118/group-manager-2-user-front

- dockerfile: api.k8s.Dockerfile
image_name: nutfes/group-manager-2-api
image_name: nose0118/group-manager-2-api

steps:
- uses: actions/checkout@v4
Expand Down
9 changes: 3 additions & 6 deletions .github/workflows/image-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ jobs:
matrix:
include:
- dockerfile: admin.k8s.Dockerfile
image_name: nutfes/group-manager-2-admin-view
image_name: nose0118/group-manager-2-admin-view
- dockerfile: front.k8s.Dockerfile
image_name: nutfes/group-manager-2-user-front
image_name: nose0118/group-manager-2-user-front
- dockerfile: api.k8s.Dockerfile
image_name: nutfes/group-manager-2-api

image_name: nose0118/group-manager-2-api

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -46,5 +45,3 @@ jobs:
VUE_APP_API_URL=${{ secrets.VUE_APP_API_URL }}
NUXT_IMGUR_CLIENT_ID=${{ secrets.NUXT_IMGUR_CLIENT_ID }}
NUXT_IMGUR_CLIENT_SECRET=${{ secrets.NUXT_IMGUR_CLIENT_SECRET }}

0 comments on commit 3f18763

Please sign in to comment.