We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1fa43a commit 8b8f17eCopy full SHA for 8b8f17e
.github/workflows/docker-devito.yml
@@ -13,7 +13,7 @@ jobs:
13
env:
14
# Use buildkit https://docs.docker.com/develop/develop-images/build_enhancements/ for better build
15
DOCKER_BUILDKIT: "1"
16
- # Unique container name to avoid clashes across concurrent self‑hosted runners
+ # Unique container name to avoid clashes across concurrent self-hosted runners
17
CONTAINER_NAME: testrun-${{ matrix.tag }}-${{ runner.name }}
18
19
0 commit comments