Skip to content

Commit

Permalink
[chore] - fix image version (#726)
Browse files Browse the repository at this point in the history
Remove the `v` prefix from the image version. We now publish images without this prefix.
  • Loading branch information
puckpuck authored Feb 1, 2023
1 parent ea64998 commit e5fcc20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Images
IMAGE_VERSION=v1.3.0
IMAGE_VERSION=1.3.0
IMAGE_NAME=ghcr.io/open-telemetry/demo

# Demo Platform
Expand Down

0 comments on commit e5fcc20

Please sign in to comment.