Skip to content

Commit

Permalink
feat: build bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rockyj committed Jan 9, 2025
1 parent 23d4933 commit 8818731
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:
-u "haleon" \
-p "${ACR_PASSWORD}"
- name: Push Docker image
run: |
docker push ${ACR_REGISTRY}/react-app:latest
- name: Build Docker image
run: |
docker build -t ${ACR_REGISTRY}/react-app:latest .
- name: Push Docker image
run: |
docker push ${ACR_REGISTRY}/react-app:latest
deploy:
needs: build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8818731

Please sign in to comment.