diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1ffbf9d..3696ce5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,23 +33,23 @@ jobs: VALIDATE_KUBERNETES_KUBEVAL: false VALIDATE_YAML: false - lint-docker-files: - runs-on: ubuntu-20.04 - steps: - - name: Checkout - uses: actions/checkout@v1 - - name: lint zammad dockerfile - uses: brpaz/hadolint-action@master - with: - dockerfile: containers/zammad/Dockerfile - - name: lint elasticsearch dockerfile - uses: brpaz/hadolint-action@master - with: - dockerfile: containers/zammad-elasticsearch/Dockerfile - - name: lint postgresql dockerfile - uses: brpaz/hadolint-action@master - with: - dockerfile: containers/zammad-postgresql/Dockerfile + # lint-docker-files: + # runs-on: ubuntu-20.04 + # steps: + # - name: Checkout + # uses: actions/checkout@v1 + # - name: lint zammad dockerfile + # uses: brpaz/hadolint-action@master + # with: + # dockerfile: containers/zammad/Dockerfile + # - name: lint elasticsearch dockerfile + # uses: brpaz/hadolint-action@master + # with: + # dockerfile: containers/zammad-elasticsearch/Dockerfile + # - name: lint postgresql dockerfile + # uses: brpaz/hadolint-action@master + # with: + # dockerfile: containers/zammad-postgresql/Dockerfile lint-docker-compose-file: runs-on: ubuntu-20.04 diff --git a/docker-compose.yml b/docker-compose.yml index 72a76c4..7943082 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -121,3 +121,6 @@ volumes: driver: local zammad-data: driver: local + + +test \ No newline at end of file