Skip to content

Commit

Permalink
fix: docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer committed May 29, 2024
1 parent 21a55a3 commit 7b8ec2f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/templates/.release_notes.md.j2
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
{%- set prev_version = releases[1][0] -%}
{% include ".changes.j2" %}
{{ "**Full Changelog**: (%s)" | format(prev_version | compare_url(version)) }}

## Installation

You can install this version via pip from [PyPI](https://pypi.org/project/python-re3data/{{ version }}/):
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,7 @@ jobs:
with:
push: true
build-args: VERSION=${{ github.event.release.name }}
cache-from: type=gha
cache-to: type=gha,mode=max
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ FROM python:3.12-slim

ARG VERSION

RUN echo $VERSION

WORKDIR /app

COPY pyproject.toml .
Expand Down

0 comments on commit 7b8ec2f

Please sign in to comment.