Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nirlipo authored Aug 27, 2024
1 parent a481b50 commit f1b1a77
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ jobs:
- name: build the docker image
id: build-docker-image
run: |
ls -la
docker build . -f server/docker/release/Dockerfile -t nirlipo/planimation_backend:latest
ls -la
cd server
docker build . -f docker/release/Dockerfile -t nirlipo/planimation_backend:latest
- name: push the docker image
id: push-docker-image
Expand Down

0 comments on commit f1b1a77

Please sign in to comment.