diff --git a/.github/workflows/testing-action.yaml b/.github/workflows/testing-action.yaml index 5070516..c6288c4 100644 --- a/.github/workflows/testing-action.yaml +++ b/.github/workflows/testing-action.yaml @@ -3,7 +3,7 @@ name: Testing Github Action on: pull_request: paths: - - 'testing-action/**' + - '**' - '.github/workflows/testing-action.yaml' workflow_dispatch: @@ -16,7 +16,7 @@ jobs: service-account: patrick-testing-ro@security-circle.iam.gserviceaccount.com artifact-registry: ${{ vars.DEV_IMAGE_REPO }}/testing-action tags: testing - context: ./testing-action + context: ./ trivy: false diff --git a/testing-action/Dockerfile b/testing-action/Dockerfile deleted file mode 100644 index 65adfae..0000000 --- a/testing-action/Dockerfile +++ /dev/null @@ -1,4 +0,0 @@ -FROM debian:latest - - -#