Move from github to gitea #1

Merged
EstebanVincent merged 16 commits from gitea into main 2026-05-31 01:13:19 +02:00
Showing only changes of commit afce687bba - Show all commits
+3
View File
@@ -31,6 +31,9 @@ jobs:
packages: write
steps:
- uses: actions/checkout@v4
- name: Install Docker
run: |
apt-get update && apt-get install -y docker.io
- name: Lowercase repository name
run: echo "IMAGE_NAME=$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]')/discord-bot" >> $GITHUB_ENV
- name: Calculate new version