Skip to content

Commit

Permalink
some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Apr 23, 2024
1 parent bd00e1b commit 48c0658
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 92 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/on_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ jobs:
uses: actions/[email protected]
with:
name: frontend
path: ./bin/sh-frontend
path: ./frontend/sh-frontend

consolidate_binaries:
name: Consolidate & Cache Binaries
Expand Down Expand Up @@ -239,7 +239,12 @@ jobs:
name: sdre-hub.arm64
path: ./bin/sdre-hub.arm64

- run: ls -la ./bin/*
- uses: actions/[email protected]
with:
name: frontend
path: ./bin/sh-frontend

- run: ls -la */*

- name: Cache Binaries
uses: actions/cache@v4
Expand Down
89 changes: 0 additions & 89 deletions .github/workflows/test-pr build.yml

This file was deleted.

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY ./rootfs /
COPY ./bin/sdre-hub.armv7/sdre-hub /opt/sdre-hub.armv7
COPY ./bin/sdre-hub.arm64/sdre-hub /opt/sdre-hub.arm64
COPY ./bin/sdre-hub.amd64/sdre-hub /opt/sdre-hub.amd64
COPY ./sh-frontend /opt/sh-frontend
COPY ./bin/sh-frontend /opt/sh-frontend

# hadolint ignore=DL3008,DL3003,SC1091
RUN set -x && \
Expand Down

0 comments on commit 48c0658

Please sign in to comment.