Skip to content

Commit

Permalink
🐛 env gh frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
victorjourne committed Oct 20, 2023
1 parent d42cf16 commit b94034c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/frontend-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
cache-to: type=gha,mode=max
labels: ${{ steps.meta.outputs.labels }}
build-args: |
VIEWERJS_VERSION: ${{ env.VIEWERJS_VERSION }}
VIEWERJS_VERSION=${{ env.VIEWERJS_VERSION }}
APP_VERSION=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}
# deploy:
Expand Down
2 changes: 1 addition & 1 deletion frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ npm run build
surge public my-project.surge.sh
```

# Docker image is build with githubactions
# Docker image is build with githubaction

0 comments on commit b94034c

Please sign in to comment.