Skip to content

Commit f2284d8

Browse files
committed
Enable GHA workflow and update title/description
1 parent 4c6fe1f commit f2284d8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish-labspace.yaml.temp renamed to .github/workflows/publish-labspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Package and deploy Labspace
22

33
env:
4-
DOCKERHUB_REPO: your-dockerhub-username/labspace-name
4+
DOCKERHUB_REPO: dockersamples/labspace-testcontainers-java
55

66
on:
77
push:

labspace.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
title: Labspace starter
1+
title: Testcontainers Java
22
description: |
3-
A basic template for creating a Labspace, including all of the boilerplate needed to write and publish a Labspace.
3+
An introduction to using Testcontainers with a Java application.
44
55
sections:
66
- title: Getting Started

0 commit comments

Comments
 (0)