Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
Update docker-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
archan0621 authored Feb 5, 2024
1 parent 871775d commit a6205f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: web docker build and push
run: |
docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
docker build -t ${{ secrets.DOCKER_REPO }}/seulchuksaeng-fe .
docker build -t ${{ secrets.DOCKER_REPO }}/seulchuksaeng-fe --build-arg APIURL=${{ secrets.API_URL }} .
docker buildx build --platform linux/amd64 -t ${{ secrets.DOCKER_REPO }}/seulchuksaeng-fe --build-arg APIURL=${{ secrets.API_URL }} -f Dockerfile .
docker push ${{ secrets.DOCKER_REPO }}/seulchuksaeng-fe
Expand Down

0 comments on commit a6205f1

Please sign in to comment.