Skip to content

Commit

Permalink
changed file path
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedk2 committed Dec 30, 2024
1 parent 3eb7218 commit 1997d65
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/github-action-docker-image-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@ jobs:
steps:
- uses: actions/checkout@v3
name: Check out code
- run:
working-directory: ./frontend
- uses: mr-smithers-excellent/docker-build-push@v6
name: Build & push Docker image frontend
with:
image: kahmed23/serverlessmovies
tags: frontend-v1
registry: docker.io
dockerfile: Dockerfile
dockerfile: ./Dockerfile
directory: frontend
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

Expand Down

0 comments on commit 1997d65

Please sign in to comment.