Skip to content

Commit

Permalink
ci: rename docker image name (#1031)
Browse files Browse the repository at this point in the history
  • Loading branch information
rot1024 authored Jun 25, 2024
1 parent a002ec0 commit 2d935f3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.event.inputs.name != 'blank' || github.event.inputs.new_tag != 'blank' }}
env:
IMAGE_NAME: reearth/reearth
IMAGE_NAME: reearth/reearth-visualizer
defaults:
run:
working-directory: server
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,14 @@ jobs:
with:
workflow: deploy-web-nightly
token: ${{ steps.app-token.outputs.token }}

build-docker-image:
name: Build and push Docker image
runs-on: ubuntu-latest
needs: [release-nightly]
if: ${{ github.event.inputs.name != 'blank' || github.event.inputs.new_tag != 'blank' }}
env:
IMAGE_NAME: reearth/reearth
IMAGE_NAME: reearth/reearth-visualizer
defaults:
run:
working-directory: server
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_docker_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event.inputs.name || github.event.inputs.new_tag
env:
IMAGE_NAME: reearth/reearth
IMAGE_NAME: reearth/reearth-visualizer
defaults:
run:
working-directory: server
Expand Down Expand Up @@ -82,4 +82,4 @@ jobs:
build-args: VERSION=${{ steps.options.outputs.version }}
tags: ${{ steps.options.outputs.tags }}
cache-from: type=gha
cache-to: type=gha,mode=max
cache-to: type=gha,mode=max
2 changes: 1 addition & 1 deletion .github/workflows/deploiy_aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
default:
env:
# server
IMAGE: reearth/reearth:nightly
IMAGE: reearth/reearth-visualizer:nightly
IMAGE_AWS: reearth-test-server:latest

jobs:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy_server_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
env:
IMAGE: reearth/reearth:nightly
IMAGE_GCP: us-central1-docker.pkg.dev/reearth-oss/reearth/reearth:nightly
IMAGE: reearth/reearth-visualizer:nightly
IMAGE_GCP: us-central1-docker.pkg.dev/reearth-oss/reearth/reearth-visualizer:nightly
GCP_REGION: us-central1
jobs:
deploy_test:
Expand All @@ -32,4 +32,4 @@ jobs:
--image $IMAGE_GCP \
--region $GCP_REGION \
--platform managed \
--quiet
--quiet

0 comments on commit 2d935f3

Please sign in to comment.