Skip to content

Commit

Permalink
Merge branch 'main' of github.com:elekto-io/elekto
Browse files Browse the repository at this point in the history
  • Loading branch information
jberkus committed Aug 1, 2023
2 parents c56c803 + 113838d commit 27f236d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/release-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
release:
types: [published]

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}

jobs:
push_to_registry:
name: Push Docker image to GHCR
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.7-stretch
FROM python:3.11-bookworm

WORKDIR /app

Expand Down

0 comments on commit 27f236d

Please sign in to comment.