Compare commits

..

No commits in common. "65c8b66ebe952f44dc5c5a7ca313451b2b1400bb" and "5bbe9a9554f546ff9bb957b2d6715414a857981d" have entirely different histories.

2 changed files with 1 additions and 41 deletions

View File

@ -1,40 +0,0 @@
name: Build Docker Images
on:
workflow_run:
workflows:
- Test Python backend
types:
- completed
workflow_dispatch:
jobs:
build:
if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Log in to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Set lower case owner name
run: |
echo "OWNER_LC=${OWNER,,}" >>${GITHUB_ENV}
env:
OWNER: '${{ github.repository_owner }}'
- name: Build Docker image for backend
run: |
cd backend-flask
docker build -t ghcr.io/${OWNER_LC}/availabili-tf-backend-flask:latest .
docker push ghcr.io/${OWNER_LC}/availabili-tf-backend-flask:latest

View File

@ -13,7 +13,7 @@ const authStore = useAuthStore();
<div class="wrapper"> <div class="wrapper">
<nav> <nav>
<h1> <h1>
<RouterLink class="header-link" to="/">availabili.tf</RouterLink> <RouterLink class="header-link" to="/">availabili.tf CS 333</RouterLink>
</h1> </h1>
<div class="nav-links"> <div class="nav-links">
<a <a