Skip to content

Commit

Permalink
#512: Add Frontend build
Browse files Browse the repository at this point in the history
  • Loading branch information
Velociraptor45 authored Sep 6, 2024
1 parent faaa246 commit 8e56098
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/docker-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,20 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

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

- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
platforms: linux/amd64,linux/arm64
context: ./Api
file: ./Api/Dockerfile
push: true
push: false
tags: velocir4ptor/ph-xipona-api:0.13.0-alpha.1

- name: Build and push Docker image2
uses: docker/build-push-action@v5
with:
platforms: linux/amd64,linux/arm64
context: ./Frontend
file: ./Frontend/Dockerfile
push: false
tags: velocir4ptor/ph-xipona-frontend:0.13.0-alpha.1

0 comments on commit 8e56098

Please sign in to comment.