Merge branch 'main' of git.private.coffee:PrivateCoffee/structables
This commit is contained in:
commit
67d8a0ca7a
4 changed files with 10 additions and 4 deletions
|
@ -9,7 +9,7 @@ jobs:
|
||||||
docker:
|
docker:
|
||||||
name: Docker Build and Push to Docker Hub
|
name: Docker Build and Push to Docker Hub
|
||||||
container:
|
container:
|
||||||
image: node:20-bookworm
|
image: node:22-bookworm
|
||||||
steps:
|
steps:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
@ -25,7 +25,7 @@ jobs:
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
- name: Build and push to Docker Hub
|
- name: Build and push to Docker Hub
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
|
|
|
@ -10,7 +10,7 @@ jobs:
|
||||||
publish:
|
publish:
|
||||||
name: Publish to PyPI
|
name: Publish to PyPI
|
||||||
container:
|
container:
|
||||||
image: node:20-bookworm
|
image: node:22-bookworm
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out code
|
- name: Check out code
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM alpine:3.20
|
FROM alpine:3.21
|
||||||
|
|
||||||
ENV APP_ENV=/opt/venv
|
ENV APP_ENV=/opt/venv
|
||||||
ENV PATH="${APP_ENV}/bin:$PATH"
|
ENV PATH="${APP_ENV}/bin:$PATH"
|
||||||
|
|
6
renovate.json
Normal file
6
renovate.json
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": [
|
||||||
|
"config:recommended"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue