From a63b0ad5e7c5cdf21d19da2561b64d6d1efb481a Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Sat, 25 Jun 2022 20:14:43 +0200 Subject: [PATCH] Update name & architectures --- .github/workflows/docker.yaml | 4 ++-- Dockerfile | 2 +- setup.cfg | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 337dd52..230bec4 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -28,7 +28,7 @@ jobs: id: meta uses: docker/metadata-action@v4 with: - images: schmelczera/great_ai + images: schmelczera/great-ai - name: Build and push uses: docker/build-push-action@v3 @@ -36,4 +36,4 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - \ No newline at end of file + platforms: linux/amd64,linux/arm64,linux/riscv64,linux/ppc64le,linux/s390x,linux/386,linux/mips64le,linux/mips64,linux/arm/v7,linux/arm/v6 diff --git a/Dockerfile b/Dockerfile index 7caa375..66c8ada 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM python:3.10.4-slim-bullseye LABEL org.opencontainers.image.title="GreatAI package wrapper container" LABEL org.opencontainers.image.vendor="ScoutinScience B.V." LABEL org.opencontainers.image.authors="andras@schmelczer.dev" -LABEL org.opencontainers.image.source="https://github.com/ScoutinScience/great_ai" +LABEL org.opencontainers.image.source="https://github.com/ScoutinScience/great-ai" ENV ENVIRONMENT=production EXPOSE 6060 diff --git a/setup.cfg b/setup.cfg index 7712768..d5a29d2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,14 +1,14 @@ [metadata] -name = great_ai +name = great-ai version = 0.0.1 author = AndrĂ¡s Schmelczer author_email = andras@scoutinscience.com description = long_description = file: README.md long_description_content_type = text/markdown -url = https://github.com/ScoutinScience/great_ai +url = https://github.com/ScoutinScience/great-ai project_urls = - Bug Tracker = https://github.com/ScoutinScience/great_ai/issues + Bug Tracker = https://github.com/ScoutinScience/great-ai/issues classifiers = Programming Language :: Python :: 3 Operating System :: OS Independent