Skip to content

Commit ac44bf4

Browse files
authored
fix: prod-build.yml
1 parent 769466a commit ac44bf4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/prod-build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636
view_top: 10
3737

3838
- name: Print release name
39-
run: echo "tag_name: ${{ steps.fetch-latest-release.outputs.tag_name }}"
39+
run: |
40+
echo "tag_name: ${{ steps.fetch-latest-release.outputs.tag_name }}"
4041
4142
- name: Log in to Docker Hub
4243
uses: docker/login-action@v4
@@ -78,4 +79,4 @@ jobs:
7879
REACT_APP_API_URL=https://api.naturalproducts.net/latest
7980
tags: |
8081
${{ env.REPOSITORY_NAMESPACE }}/${{ env.REPOSITORY_NAME }}:app-${{ steps.fetch-latest-release.outputs.tag_name }}
81-
${{ env.REPOSITORY_NAMESPACE }}/${{ env.REPOSITORY_NAME }}:app
82+
${{ env.REPOSITORY_NAMESPACE }}/${{ env.REPOSITORY_NAME }}:app

0 commit comments

Comments
 (0)