Update name & architectures
This commit is contained in:
parent
baa06c7e64
commit
a63b0ad5e7
3 changed files with 6 additions and 6 deletions
4
.github/workflows/docker.yaml
vendored
4
.github/workflows/docker.yaml
vendored
|
|
@ -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 }}
|
||||
|
||||
platforms: linux/amd64,linux/arm64,linux/riscv64,linux/ppc64le,linux/s390x,linux/386,linux/mips64le,linux/mips64,linux/arm/v7,linux/arm/v6
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue