Skip to content

Commit

Permalink
fix installer ci pipeline (#2218)
Browse files Browse the repository at this point in the history
  • Loading branch information
schoren committed Mar 21, 2023
1 parent 534b195 commit 9c55351
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-installer.yaml
Expand Up @@ -2,7 +2,7 @@ name: Installer Pull Request
on:
push:
branches:
- master
- main

jobs:
linux:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Expand Up @@ -2,7 +2,7 @@ version: "3.2"
services:
tracetest:
restart: unless-stopped
image: kubeshop/tracetest:latest
image: kubeshop/tracetest:${TAG:-latest}
extra_hosts:
- "host.docker.internal:host-gateway"
volumes:
Expand Down

0 comments on commit 9c55351

Please sign in to comment.