diff --git a/docker-compose.yml b/docker-compose.yml index 20f2ee8..48eb9b2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ services: application: - image: ghcr.io/jensereal/otel-getting-started-application:adds-github-workflow + image: ghcr.io/jensereal/otel-getting-started-application:latest build: context: . dockerfile: Dockerfile @@ -14,7 +14,7 @@ services: image: kennethreitz/httpbin tutorial: - image: ghcr.io/jensereal/otel-getting-started-tutorial:adds-github-workflow + image: ghcr.io/jensereal/otel-getting-started-tutorial:latest build: context: tutorial/ dockerfile: Dockerfile