We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 769466a commit ac44bf4Copy full SHA for ac44bf4
.github/workflows/prod-build.yml
@@ -36,7 +36,8 @@ jobs:
36
view_top: 10
37
38
- name: Print release name
39
- run: echo "tag_name: ${{ steps.fetch-latest-release.outputs.tag_name }}"
+ run: |
40
+ echo "tag_name: ${{ steps.fetch-latest-release.outputs.tag_name }}"
41
42
- name: Log in to Docker Hub
43
uses: docker/login-action@v4
@@ -78,4 +79,4 @@ jobs:
78
79
REACT_APP_API_URL=https://api.naturalproducts.net/latest
80
tags: |
81
${{ env.REPOSITORY_NAMESPACE }}/${{ env.REPOSITORY_NAME }}:app-${{ steps.fetch-latest-release.outputs.tag_name }}
- ${{ env.REPOSITORY_NAMESPACE }}/${{ env.REPOSITORY_NAME }}:app
82
+ ${{ env.REPOSITORY_NAMESPACE }}/${{ env.REPOSITORY_NAME }}:app
0 commit comments