From 49a7f2b6cae96bdc4ec3c1a5937a9e2b764fb60b Mon Sep 17 00:00:00 2001 From: Adrianna-Beck Date: Tue, 18 Apr 2023 16:08:56 -0400 Subject: [PATCH] Attempt to fix build Signed-off-by: Adrianna-Beck --- .github/workflows/docker-image.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index c7fdc34..f6c25a1 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -18,10 +18,3 @@ jobs: context: . push: false tags: docker-hive:latest - - - name: run structure tests - uses: plexsystems/container-structure-test-action@v0.1.0 - with: - image: docker-hive:latest - config: test_config.yaml -