Skip to content

Commit

Permalink
Merge pull request #8 from MukuFlash03/image-push
Browse files Browse the repository at this point in the history
Added correct path to Dockerfile
  • Loading branch information
MukuFlash03 authored Mar 18, 2024
2 parents 1e98090 + 4165333 commit f6b2321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# Runs a set of commands using the runners shell
- name: build docker image
run: |
docker build -t $DOCKER_USER/${GITHUB_REPOSITORY#*/}:${GITHUB_REF##*/}_${{ steps.date.outputs.date }} .
docker build -t $DOCKER_USER/${GITHUB_REPOSITORY#*/}:${GITHUB_REF##*/}_${{ steps.date.outputs.date }} ./frontend
docker images
- name: push docker image
Expand Down

0 comments on commit f6b2321

Please sign in to comment.