mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-09-01 23:20:44 +02:00
Fix GitHub Action for deploying alpr_counts, remove woa banner (#150)
* fix gha * remove woa banner
This commit is contained in:
@@ -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 }}
|
||||
|
||||
@@ -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: <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"
|
||||
|
||||
Reference in New Issue
Block a user