Skip to content

Commit

Permalink
Attempting to fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianSipos committed Aug 21, 2023
1 parent 09e68a0 commit 89b302a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
jobs:
checkout-test:
runs-on: ubuntu-latest
container:
image: centos:8.6
env:
DOCKER_BUILDKIT: "1"
AUTHNZ_EMU: "1"
Expand All @@ -20,8 +22,7 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
- name: Set up Docker and Compose
uses: docker/setup-buildx-action@v1
- run: find anms-ui/ -name '*.json'
- name: Build
run: |
./build.sh buildonly
Expand Down

0 comments on commit 89b302a

Please sign in to comment.