Compare commits
No commits in common. "main" and "0.2.0" have entirely different histories.
@ -1,48 +0,0 @@
|
||||
name: ci
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "*"
|
||||
tags:
|
||||
- "*"
|
||||
pull_request:
|
||||
branches:
|
||||
- "main"
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: catthehacker/ubuntu:act-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Docker meta
|
||||
id: meta
|
||||
uses: docker/metadata-action@v5
|
||||
with:
|
||||
images: |
|
||||
git.sebclem.fr/${{ gitea.repository }}
|
||||
tags: |
|
||||
type=ref,event=branch
|
||||
type=ref,event=pr
|
||||
type=semver,pattern={{version}}
|
||||
type=semver,pattern={{major}}.{{minor}}
|
||||
|
||||
- name: Login to registry
|
||||
if: github.ref_type == 'tag'
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: git.sebclem.fr
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
push: ${{ github.ref_type == 'tag' }}
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
@ -1,5 +1,5 @@
|
||||
# For more information, please refer to https://aka.ms/vscode-docker-python
|
||||
FROM python:3.13-alpine
|
||||
FROM python:3.12-alpine
|
||||
|
||||
# Keeps Python from generating .pyc files in the container
|
||||
ENV PYTHONDONTWRITEBYTECODE=1
|
||||
|
@ -1,21 +1,21 @@
|
||||
pixivpy3==3.7.5
|
||||
discord.py==2.4.0
|
||||
pixivpy3==3.7.4
|
||||
discord.py==2.3.2
|
||||
|
||||
# Freeze
|
||||
aiohttp==3.10.10
|
||||
aiohttp==3.9.1
|
||||
aiosignal==1.3.1
|
||||
async-timeout==5.0.1
|
||||
attrs==24.2.0
|
||||
certifi==2024.8.30
|
||||
charset-normalizer==3.4.0
|
||||
async-timeout==4.0.3
|
||||
attrs==23.2.0
|
||||
certifi==2023.11.17
|
||||
charset-normalizer==3.3.2
|
||||
cloudscraper==1.2.71
|
||||
frozenlist==1.5.0
|
||||
idna==3.10
|
||||
frozenlist==1.4.1
|
||||
idna==3.6
|
||||
isort==5.13.2
|
||||
multidict==6.1.0
|
||||
pyparsing==3.2.0
|
||||
requests==2.32.3
|
||||
multidict==6.0.4
|
||||
pyparsing==3.1.1
|
||||
requests==2.31.0
|
||||
requests-toolbelt==1.0.0
|
||||
typing_extensions==4.12.2
|
||||
urllib3==2.2.3
|
||||
yarl==1.17.1
|
||||
typing_extensions==4.9.0
|
||||
urllib3==2.1.0
|
||||
yarl==1.9.4
|
Loading…
Reference in New Issue
Block a user