Skip to content

Commit 68fe3e9

Browse files
authored
ci: use coatl-dev/workflows@v6 (#206)
remove devcontainer
1 parent 5361bbf commit 68fe3e9

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

.devcontainer/devcontainer.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.github/workflows/pip-compile-upgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
pip-compile-upgrade:
10-
uses: coatl-dev/workflows/.github/workflows/uv-pip-compile-upgrade.yml@v5
10+
uses: coatl-dev/workflows/.github/workflows/uv-pip-compile-upgrade.yml@v6
1111
with:
1212
path: requirements
1313
secrets:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
4040
build:
4141
needs: tagger
42-
uses: coatl-dev/workflows/.github/workflows/docker-build-push-multi-registry.yml@v5
42+
uses: coatl-dev/workflows/.github/workflows/docker-build-push-multi-registry.yml@v6
4343
with:
4444
dockerhub-repo: coatldev/devpi
4545
dockerhub-username: ${{ vars.DOCKERHUB_USERNAME }}

0 commit comments

Comments
 (0)