Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Update azure-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gwon11225 authored Aug 26, 2024
1 parent 7557ecd commit da3e00f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/azure-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ jobs:
- name: Docker build
run: |
echo ${{ secrets.DOCKER_PASSWORD }} | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin
docker build -t ${{ secrets.DOCKER_USERNAME }}/uiseong-come-on .
docker build -t ${{ secrets.DOCKER_USERNAME }}/uiseong-come-on \
--build-arg DATABASE_URL=${{ secrets.DB_URL }} \
--build-arg DATABASE_USER=${{ secrets.DB_USERNAME }} \
--build-arg DATABASE_PASSWORD=${{ secrets.DB_PASSWORD }} .
docker push ${{ secrets.DOCKER_USERNAME }}/uiseong-come-on:latest
- name: Install azd
Expand Down

0 comments on commit da3e00f

Please sign in to comment.