Skip to content

Commit

Permalink
fix docker build command
Browse files Browse the repository at this point in the history
  • Loading branch information
akmatoff committed Oct 15, 2024
1 parent 165ea2d commit 61fe248
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
- name: Build docker image
run: |
docker build -t ${{ secrets.DOCKER_USERNAME }}/codium-website \
--build-arg BASE_URL=${{ secrets.BASE_URL }} \
--target=production .
--build-arg BASE_URL=${{ secrets.BASE_URL }} .
- name: Push docker image to Docker Hub
run: docker push ${{ secrets.DOCKER_USERNAME }}/codium-website:latest

Expand Down

0 comments on commit 61fe248

Please sign in to comment.