Skip to content

Commit 27f236d

Browse files
committed
Merge branch 'main' of github.com:elekto-io/elekto
2 parents c56c803 + 113838d commit 27f236d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/release-image.yml

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
release:
55
types: [published]
66

7+
env:
8+
REGISTRY: ghcr.io
9+
IMAGE_NAME: ${{ github.repository }}
10+
711
jobs:
812
push_to_registry:
913
name: Push Docker image to GHCR

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.7-stretch
1+
FROM python:3.11-bookworm
22

33
WORKDIR /app
44

0 commit comments

Comments
 (0)