Fix GitHub Action for deploying alpr_counts, remove woa banner (#150)

* fix gha

* remove woa banner
This commit is contained in:
Will Freeman
2026-08-22 21:36:49 -06:00
committed by GitHub
parent e124d28c8e
commit 1ba192b1de
2 changed files with 6 additions and 20 deletions
+6
View File
@@ -13,6 +13,12 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: docker/setup-qemu-action@v3
with:
platforms: arm64
- uses: docker/setup-buildx-action@v3
- uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
-20
View File
@@ -1,26 +1,6 @@
<template>
<DefaultLayout no-bottom-margin>
<template #header>
<!-- Week of Action Banner -->
<v-alert
color="#FFC107"
class="week-of-action-banner mb-0"
density="compact"
rounded="0"
closable
close-icon="mdi-close"
style="position: sticky; top: 0; z-index: 1000; --v-alert-close-color: #000000;"
>
<div class="text-center font-weight-bold text-uppercase" style="color: #000000;">
Join DeFlock for a national week of action. Learn more:&nbsp;<a
href="https://noalprs.com"
target="_blank"
rel="noopener noreferrer"
style="color: #000000; text-decoration: underline;"
>NoALPRs.com</a>
</div>
</v-alert>
<!-- Service Alert Banner -->
<v-alert
v-show="serviceAlert?.active"