Skip to content
Snippets Groups Projects
Commit 4a80bd1c authored by mptr's avatar mptr Committed by Timo Furrer
Browse files

ci: add dockerignore

parent dfd31988
No related branches found
No related tags found
No related merge requests found
*
!src
...@@ -15,6 +15,7 @@ include: ...@@ -15,6 +15,7 @@ include:
- src/gitlab-tofu.sh - src/gitlab-tofu.sh
- opentofu_versions.yaml - opentofu_versions.yaml
- Dockerfile - Dockerfile
- .dockerignore
- .gitlab-ci.yml - .gitlab-ci.yml
- tests/unit.gitlab-ci.yml - tests/unit.gitlab-ci.yml
- tests/unit/* - tests/unit/*
...@@ -27,6 +28,7 @@ include: ...@@ -27,6 +28,7 @@ include:
- src/gitlab-tofu.sh - src/gitlab-tofu.sh
- opentofu_versions.yaml - opentofu_versions.yaml
- Dockerfile - Dockerfile
- .dockerignore
- .gitlab-ci.yml - .gitlab-ci.yml
- templates/*.yml - templates/*.yml
- tests/integration.gitlab-ci.yml - tests/integration.gitlab-ci.yml
...@@ -115,6 +117,7 @@ gitlab-opentofu-image:build: ...@@ -115,6 +117,7 @@ gitlab-opentofu-image:build:
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
- changes: - changes:
- Dockerfile - Dockerfile
- .dockerignore
- opentofu_versions.yaml - opentofu_versions.yaml
- .gitlab-ci.yml - .gitlab-ci.yml
- src/**/* - src/**/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment