diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 97a1a1d..d11f459 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -9,19 +9,19 @@ jobs:
build:
permissions:
id-token: write # This is required for requesting the JWT
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04-arm
steps:
- name: Checkout code
uses: actions/checkout@v3
- - name: Set up Docker Buildx
- uses: docker/setup-buildx-action@v1
+ # - name: Set up Docker Buildx
+ # uses: docker/setup-buildx-action@v1
- name: configure aws credentials
uses: aws-actions/configure-aws-credentials@v4
with:
- role-to-assume: arn:aws:iam::654654236858:role/GithubActions
+ role-to-assume: ${{ secrets.ACTIONS_ROLE_ARN }}
role-session-name: GitHub_to_AWS_via_FederatedOIDC
aws-region: us-east-2
@@ -31,10 +31,10 @@ jobs:
- name: Build and Push Docker image
env:
- ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry}}
- REPOSITORY: abide-connect
- IMAGE_TAG: ${{ github.sha}}
- DATABASE_URL: "file:./prisma/dev.db"
+ ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
+ REPOSITORY: ${{ vars.REPOSITORY }}
+ IMAGE_TAG: ${{ github.sha }}
+ DATABASE_URL: 'file:./dev.db'
run: |
- docker buildx build --output type=image,push=true --platform linux/arm64 -t $ECR_REGISTRY/$REPOSITORY:$IMAGE_TAG .
- docker buildx build --output type=image,push=true --platform linux/arm64 -t $ECR_REGISTRY/$REPOSITORY:prod .
+ docker build --output type=image,push=true --platform linux/arm64 -t $ECR_REGISTRY/$REPOSITORY:$IMAGE_TAG .
+ docker build --output type=image,push=true --platform linux/arm64 -t $ECR_REGISTRY/$REPOSITORY:prod .
diff --git a/app/app.config.ts b/app/app.config.ts
index 62d3d39..5dfc651 100644
--- a/app/app.config.ts
+++ b/app/app.config.ts
@@ -1 +1 @@
-export default defineAppConfig({});
\ No newline at end of file
+export default defineAppConfig({})
diff --git a/app/app.vue b/app/app.vue
index 2bc0562..5acf3c1 100644
--- a/app/app.vue
+++ b/app/app.vue
@@ -4,4 +4,4 @@
Image Preview:
+ Image Preview:
+
- {{ title }}
+ {{ title }}
- {{ subtitle }}
+ {{ subtitle }}
Edit Event
+
+ Edit Event
+
+
Add New Event
+
+ Add New Event
+
{{ kpi.label }}
-+ {{ kpi.label }} +
++ {{ + item.event + }} + {{ + item.date + }} +
++ {{ item.hours }} hrs +
+ + + ▾ + ++ Event: + {{ item.event }} +
++ Date: + {{ item.date }} +
++ Hours: + {{ item.hours }} +
++ Status: + {{ item.status }} +
++ Comment: + {{ item.comment }} +
+Loading event...
+ ++ Loading event... +
The event you're looking for doesn't exist.
-+ The event you're looking for doesn't exist. +
++
{{ event.shortDesc }}
Date & Time
-+
+ Date & Time +
+{{ formattedDate }}
-Location
-+
+ Location +
+{{ event.location.address }}
+
{{ event.description }}
- This event is part of our Mobile Clinic program. Please visit the clinic for health services and support. -
+ This event is part of our Mobile Clinic program. Please + visit the clinic for health services and support. +Volunteer Sign-ups
-Allow people to volunteer for this event
++ Volunteer Sign-ups +
++ Allow people to volunteer for this event +
Attendee Registration
-Allow people to register as attendees
++ Attendee Registration +
++ Allow people to register as attendees +
{{ event.title }}
++ {{ event.title }} +
{{ event.title }}
-{{ event.location }}
-{{ getEventDate(event) }}
++ {{ event.title }} +
++ {{ event.location.address }} +
++ {{ getEventDate(event) }} +
- {{ item.content }} -
-+ {{ item.content }} +
++ {{ item.content }} +
+