zeub
Publish Docker Image / test (push) Successful in 43s
Publish Docker Image / build-and-push (push) Failing after 6m48s

This commit is contained in:
2026-05-31 00:12:45 +02:00
parent e8a9c06357
commit afce687bba
+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