Skip to content

Commit

Permalink
feat(ci/cd): update cd
Browse files Browse the repository at this point in the history
  • Loading branch information
jdetroyes committed Apr 23, 2024
1 parent 0117e93 commit f76415c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# - run: npx nx-cloud record -- nx format:check
- run: yarn nx run-many -t build --prod

- run: ls -lr dist
- run: ls -lr dist/apps


- name: get-npm-version
Expand All @@ -51,12 +51,15 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

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

- name: Build and push Docker Image
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit f76415c

Please sign in to comment.