Skip to content

Commit

Permalink
Test action
Browse files Browse the repository at this point in the history
  • Loading branch information
frcroth committed Jan 25, 2024
1 parent afbb451 commit 6a76bee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: build-container
on:
push:
branches:
- 'main'
- 'docker-image-workflow-fix'
tags:
- 'v*'

Expand All @@ -18,6 +18,7 @@ jobs:
- name: Checkout # Checkout the repository to allow for dynamic versioning
uses: actions/checkout@v4


- name: Docker meta
id: meta
uses: docker/metadata-action@v5
Expand Down
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ RUN apt update && apt install gettext -y
RUN pip install "poetry==$POETRY_VERSION" "uwsgi==$UWSGI_PIP_VERSION" "psycopg2==$PSYCOPG2_PIP_VERSION"
RUN poetry self add "poetry-dynamic-versioning[plugin]"
ADD . /app
ADD .git /app/.git
RUN git status
RUN git log --no-pager -n 5
RUN poetry install --no-dev
RUN python tools/install_bootstrap.py -u
RUN chmod +x /app/entrypoint.sh
Expand Down

0 comments on commit 6a76bee

Please sign in to comment.