Skip to content

Commit

Permalink
chore(updating ci/cd):
Browse files Browse the repository at this point in the history
  • Loading branch information
stvnksslr committed Oct 29, 2023
1 parent a4fc6c6 commit a2f9b51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ${{github.repository}}
images: ghcr.io/${{github.repository}}
#----------------------------------------------
# setup extra builder
#----------------------------------------------
Expand All @@ -45,5 +45,6 @@ jobs:
with:
context: .
push: true
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
2 changes: 1 addition & 1 deletion dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM python:3.12-slim
ENV PIP_DISABLE_PIP_VERSION_CHECK=on \
POETRY_VIRTUALENVS_CREATE=false \
PIP_NO_CACHE_DIR=off \
POETRY_VERSION=1.5.0
POETRY_VERSION=1.6.1

WORKDIR /src

Expand Down

0 comments on commit a2f9b51

Please sign in to comment.