Skip to content

Commit

Permalink
Fixing prod build
Browse files Browse the repository at this point in the history
  • Loading branch information
luarvic committed Apr 24, 2024
1 parent c51a78d commit efe960b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prod-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-api
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-ui
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit efe960b

Please sign in to comment.