We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c6fe1f commit f2284d8Copy full SHA for f2284d8
.github/workflows/publish-labspace.yaml.temp renamed to .github/workflows/publish-labspace.yaml
@@ -1,7 +1,7 @@
1
name: Package and deploy Labspace
2
3
env:
4
- DOCKERHUB_REPO: your-dockerhub-username/labspace-name
+ DOCKERHUB_REPO: dockersamples/labspace-testcontainers-java
5
6
on:
7
push:
labspace.yaml
@@ -1,6 +1,6 @@
-title: Labspace starter
+title: Testcontainers Java
description: |
- A basic template for creating a Labspace, including all of the boilerplate needed to write and publish a Labspace.
+ An introduction to using Testcontainers with a Java application.
sections:
- title: Getting Started
0 commit comments