Feature/33 api fails when no pilots or logbook entries #35
3
.github/workflows/app.yaml
vendored
3
.github/workflows/app.yaml
vendored
@@ -45,14 +45,13 @@ jobs:
|
|||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
username: ${{ vars.DOCKERHUB_USERNAME }}
|
username: ${{ vars.DOCKERHUB_USERNAME }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Build and push to registry
|
- name: Build and push to registry
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags: noahspan/flying-app:${{ inputs.version_number }}
|
tags: noahspan/flying-app:${{ inputs.version_number }}
|
||||||
file: ./app/Dockerfile
|
|
||||||
context: ./app
|
context: ./app
|
||||||
build-args: |
|
build-args: |
|
||||||
VITE_API_URL=${{ secrets.VITE_API_URL }}
|
VITE_API_URL=${{ secrets.VITE_API_URL }}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "app",
|
"name": "app",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.0.6",
|
"version": "0.0.7",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|||||||
Reference in New Issue
Block a user