Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wph95 authored Aug 19, 2022
1 parent 9843f01 commit 33bae05
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,19 @@ jobs:
- name: build ghcr docker image
run: make build-docker-images
env:
IMAGE_NAME: "ghcr.io/open-telemetry/demo"
IMAGE_NAME: "ghcr.io/wph95/demo"

- name: push ghcr image
run: make push-docker-images
env:
IMAGE_NAME: "ghcr.io/open-telemetry/demo"
IMAGE_NAME: "ghcr.io/wph95/demo"

- name: build dockerhub docker image
run: make build-docker-images
env:
IMAGE_NAME: "otel/demo"
IMAGE_NAME: "wph95/otelbot_demo"

- name: push dockerhub image
run: make push-docker-images
env:
IMAGE_NAME: "otel/demo"
IMAGE_NAME: "wph95/otelbot_demo"

0 comments on commit 33bae05

Please sign in to comment.