Skip to content

Commit

Permalink
template-python -> workshop-azure-openai
Browse files Browse the repository at this point in the history
  • Loading branch information
ks6088ts committed Aug 1, 2024
1 parent 7895ef5 commit 488d252
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ What kind of change does this Pull Request introduce?

```
git clone [email protected]:ks6088ts-labs/workshop-azure-openai.git
cd template-python
cd workshop-azure-openai
```

- Test the code
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jobs:
GIT_REVISION=${{ github.sha }}
GIT_TAG=${{steps.set_version.outputs.no-dash}}
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/template-python:${{steps.set_version.outputs.no-dash}}
${{ secrets.DOCKERHUB_USERNAME }}/template-python:latest
${{ secrets.DOCKERHUB_USERNAME }}/workshop-azure-openai:${{steps.set_version.outputs.no-dash}}
${{ secrets.DOCKERHUB_USERNAME }}/workshop-azure-openai:latest
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ci-test: install-deps-dev format-check lint test ## run CI tests
# Docker
# ---
DOCKER_REPO_NAME ?= ks6088ts
DOCKER_IMAGE_NAME ?= template-python
DOCKER_IMAGE_NAME ?= workshop-azure-openai
DOCKER_COMMAND ?= python main.py

# Tools
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![docker](https://github.com/ks6088ts-labs/workshop-azure-openai/actions/workflows/docker.yaml/badge.svg?branch=main)](https://github.com/ks6088ts-labs/workshop-azure-openai/actions/workflows/docker.yaml?query=branch%3Amain)
[![docker-release](https://github.com/ks6088ts-labs/workshop-azure-openai/actions/workflows/docker-release.yaml/badge.svg)](https://github.com/ks6088ts-labs/workshop-azure-openai/actions/workflows/docker-release.yaml)

# template-python
# workshop-azure-openai

This is a template repository for Python

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.poetry]
name = "template-python"
name = "workshop-azure-openai"
version = "0.1.0"
description = "A GitHub template repository for a Python"
authors = ["ks6088ts <[email protected]>"]
Expand Down

0 comments on commit 488d252

Please sign in to comment.