Skip to content

Commit

Permalink
dockerfile: add label and undo rename image name
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsga committed May 5, 2024
1 parent 17d57df commit 3b49abb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
id: build-image
uses: redhat-actions/buildah-build@v2
with:
image: decision-browser
image: decisions
tags: v1 ${{ github.sha }}
containerfiles: |
./Dockerfile
Expand Down
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
FROM python:3.9-bullseye

LABEL org.opencontainers.image.source=https://github.com/fsr/decision-browser

COPY . /app
WORKDIR /app
RUN pip3 install -r requirements.txt
Expand Down

0 comments on commit 3b49abb

Please sign in to comment.