Skip to content

Commit

Permalink
Update docker-images.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BasWilson authored Nov 25, 2021
1 parent e1e3049 commit d0cd1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
- name: Build and push the community api image
run: |
docker build . --file api/Dockerfile.production --tag astroplant/astroplant-community-api:latest
docker build ./api --file api/Dockerfile.production --tag astroplant/astroplant-community-api:latest
docker push astroplant/astroplant-community-api:latest

0 comments on commit d0cd1b2

Please sign in to comment.