Skip to content

Commit 38d57b5

Browse files
committed
template-python -> workshop-playwright-python
1 parent 0712974 commit 38d57b5

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "template-python",
2+
"name": "workshop-playwright-python",
33
// https://mcr.microsoft.com/en-us/product/devcontainers/python/tags
44
"image": "mcr.microsoft.com/devcontainers/python:dev-3.13-bookworm",
55
"customizations": {
@@ -13,4 +13,4 @@
1313
},
1414
"postCreateCommand": "pipx install uv && make install-deps-dev",
1515
"remoteUser": "vscode"
16-
}
16+
}

.github/workflows/docker-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ jobs:
3737
GIT_REVISION=${{ github.sha }}
3838
GIT_TAG=${{steps.set_version.outputs.no-dash}}
3939
tags: |
40-
${{ secrets.DOCKERHUB_USERNAME }}/template-python:${{steps.set_version.outputs.no-dash}}
41-
${{ secrets.DOCKERHUB_USERNAME }}/template-python:latest
40+
${{ secrets.DOCKERHUB_USERNAME }}/workshop-playwright-python:${{steps.set_version.outputs.no-dash}}
41+
${{ secrets.DOCKERHUB_USERNAME }}/workshop-playwright-python:latest

.github/workflows/ghcr-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
tags:
55
- "v*"
66
env:
7-
IMAGE_NAME: template-python
7+
IMAGE_NAME: workshop-playwright-python
88
jobs:
99
ghcr:
1010
runs-on: ubuntu-latest

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ update: ## update packages
5252
# Docker
5353
# ---
5454
DOCKER_REPO_NAME ?= ks6088ts
55-
DOCKER_IMAGE_NAME ?= template-python
55+
DOCKER_IMAGE_NAME ?= workshop-playwright-python
5656
DOCKER_COMMAND ?=
5757

5858
# Tools

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![ghcr-release](https://github.com/ks6088ts-labs/workshop-playwright-python/actions/workflows/ghcr-release.yaml/badge.svg)](https://github.com/ks6088ts-labs/workshop-playwright-python/actions/workflows/ghcr-release.yaml)
55
[![docs](https://github.com/ks6088ts-labs/workshop-playwright-python/actions/workflows/github-pages.yaml/badge.svg)](https://github.com/ks6088ts-labs/workshop-playwright-python/actions/workflows/github-pages.yaml)
66

7-
# template-python
7+
# workshop-playwright-python
88

99
This is a template repository for Python
1010

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# template-python
1+
# workshop-playwright-python

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
2-
site_name: template-python
2+
site_name: workshop-playwright-python
33
site_url: ""
44
repo_url: https://github.com/ks6088ts-labs/workshop-playwright-python
55
repo_name: ks6088ts-labs/workshop-playwright-python

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "template-python"
2+
name = "workshop-playwright-python"
33
version = "0.0.1"
44
description = "A GitHub template repository for Python"
55
readme = "README.md"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)