Feature/33 api fails when no pilots or logbook entries #35

Merged
noahspannbauer merged 85 commits from feature/33-api-fails-when-no-pilots-or-logbook-entries into main 2025-02-02 18:24:48 -05:00
2 changed files with 2 additions and 3 deletions
Showing only changes of commit 6519fce266 - Show all commits

View File

@@ -45,14 +45,13 @@ jobs:
uses: docker/login-action@v3
with:
username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push to registry
uses: docker/build-push-action@v6
with:
push: true
tags: noahspan/flying-app:${{ inputs.version_number }}
file: ./app/Dockerfile
context: ./app
build-args: |
VITE_API_URL=${{ secrets.VITE_API_URL }}

View File

@@ -1,7 +1,7 @@
{
"name": "app",
"private": true,
"version": "0.0.6",
"version": "0.0.7",
"type": "module",
"scripts": {
"dev": "vite",