Skip to content

Commit

Permalink
Add opencontainer labels
Browse files Browse the repository at this point in the history
  • Loading branch information
cgerum committed Aug 23, 2024
1 parent fd6480e commit 6177a87
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 44 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
context: .
push: true
tags: ${{ env.REGISTRY }}/${{ github.repository }}_${{ env.image_name }}:latest
labels: org.opencontainers.image.source=${{ github.repositoryUrl }}, org.opencontainers.image.version=${{ github.sha }}
build-args: |
python_version=${{ matrix.python_version }}
target=${{ matrix.target }}
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ COPY poetry.lock pyproject.toml /deps/
# Install dependencies
RUN poetry config virtualenvs.create false \
&& poetry install --no-interaction --no-ansi --all-extras --no-root

44 changes: 0 additions & 44 deletions Dockerfile.python3

This file was deleted.

0 comments on commit 6177a87

Please sign in to comment.