Skip to content

Commit

Permalink
fixup! Adding metadata, modifying file structure
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhoyer committed Aug 16, 2024
1 parent 2feffe8 commit e66e26d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Build the web image
run: |
buildah bud -t tmt-web:latest --build-arg PYTHON_VERSION=${{ matrix.python-version }} --build-arg APP_VERSION=$(hatch version) .
buildah bud -t tmt-web:latest --build-arg PYTHON_VERSION=${{ matrix.python-version }} --env APP_VERSION=$(hatch version) .
- name: Create Podman pod
run: |
Expand Down
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG PYTHON_VERSION=3.12
ARG APP_VERSION=0.1.0.dev0
FROM python:${PYTHON_VERSION}
ENV APP_VERSION=0.1.0.dev0

RUN mkdir /app
WORKDIR /app
Expand Down

0 comments on commit e66e26d

Please sign in to comment.