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

Fix dockerfile rules

parent bfffc893
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ include:
- changes:
- src/gitlab-tofu.sh
- opentofu_versions.yaml
- Dockerfile
- Dockerfile.*
- .dockerignore
- .gitlab-ci.yml
- tests/unit.gitlab-ci.yml
......@@ -27,7 +27,7 @@ include:
- changes:
- src/gitlab-tofu.sh
- opentofu_versions.yaml
- Dockerfile
- Dockerfile.*
- .dockerignore
- .gitlab-ci.yml
- templates/*.yml
......@@ -103,7 +103,7 @@ gitlab-opentofu-image:build:
rules:
- if: $CI_COMMIT_TAG
- changes:
- Dockerfile*
- Dockerfile.*
- .dockerignore
- opentofu_versions.yaml
- .gitlab-ci.yml
......@@ -224,7 +224,7 @@ gitlab-opentofu-image:deploy:dry-run:
- if: $CI_COMMIT_TAG
when: never
- changes:
- Dockerfile*
- Dockerfile.*
- .dockerignore
- opentofu_versions.yaml
- .gitlab-ci.yml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment