Skip to content

Commit

Permalink
Remove whitespace in build_frontend.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-battaglia committed Oct 19, 2023
1 parent cac648a commit 9682735
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,20 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v3

- name: Build Angular App
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: 'npm'
- run: npm ci
- run: ng build

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Login to DockerHub
uses: docker/login-action@v2
with:
username: ${{ secrets.CODECAMP23_USERNAME }}
password: ${{ secrets.CODECAMP23_ACCESS_TOKEN }}

- name: Build and push
id: docker_build
uses: docker/build-push-action@v3
Expand Down

0 comments on commit 9682735

Please sign in to comment.