Skip to content

Commit

Permalink
Updated docker image tag versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
navin772 committed Aug 31, 2023
1 parent 09c50c8 commit 89a9e85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docker_build_push_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
with:
context: .
file: ./web_application/Dockerfile
tags: navin772/retail:latest
push: true
tags: ${{ steps.meta.outputs.tags }}
# tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

4 changes: 0 additions & 4 deletions web_application/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ RUN ls
COPY /web_application /app
RUN ls

# WORKDIR /app/web_application

# RUN ls

EXPOSE 8501

# Install the requirements
Expand Down

0 comments on commit 89a9e85

Please sign in to comment.