Skip to content

Commit

Permalink
Merge branch 'maxm/prepare-for-opensource-release' of github.com:max-…
Browse files Browse the repository at this point in the history
…at-groundlight/generic_groundlight_server into maxm/prepare-for-opensource-release

merge
  • Loading branch information
Max McKelvey authored and Max McKelvey committed Aug 9, 2023
2 parents f474151 + 2632d43 commit 333a252
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test_building_containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on: [push, workflow_dispatch]

jobs:
build-frontend:
# TODO: move these four repetitive jobs into a shared parameterized github action
name: Build Frontend Image
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -33,7 +34,7 @@ jobs:
restore-keys: |
${{ runner.os }}-buildx-
- name: Build and Push Image
- name: Build Image to verify it works but don't push
uses: docker/build-push-action@v3
with:
tags: docker.io/groundlight/monitoring-notification-server-frontend:latest
Expand Down Expand Up @@ -72,7 +73,7 @@ jobs:
restore-keys: |
${{ runner.os }}-buildx-
- name: Build and Push Image
- name: Build Image to verify it works but don't push
uses: docker/build-push-action@v3
with:
tags: docker.io/groundlight/monitoring-notification-server-frontend:armv7-latest
Expand Down Expand Up @@ -111,7 +112,7 @@ jobs:
restore-keys: |
${{ runner.os }}-buildx-
- name: Build and Push Image
- name: Build Image to verify it works but don't push
uses: docker/build-push-action@v3
with:
tags: docker.io/groundlight/monitoring-notification-server-backend:latest
Expand Down

0 comments on commit 333a252

Please sign in to comment.