Skip to content
Snippets Groups Projects
Commit d8235c97 authored by Timo Furrer's avatar Timo Furrer
Browse files

Merge branch 'dockerignore' into 'main'

ci: add dockerignore

See merge request components/opentofu!104
parents b92a025e 4a80bd1c
Branches
Tags
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