fix(ci): omit import path in container images
Some checks failed
E2E Tests / Run on Ubuntu (push) Has been cancelled
Tests / Run on Ubuntu (push) Has been cancelled
Docs / deploy (push) Has been cancelled
Lint / Run on Ubuntu (push) Has been cancelled
release / release (push) Failing after 5m20s

This commit is contained in:
Peter 2025-01-22 10:12:56 +01:00
parent e6c7d685cc
commit 6e9ebb5e61
Signed by: prskr
GPG key ID: F56BED6903BC5E37
5 changed files with 9 additions and 9 deletions

View file

@ -19,6 +19,12 @@ jobs:
cache-dependency-path: go.sum
check-latest: true
- id: govulncheck
uses: golang/govulncheck-action@v1
with:
go-version-file: go.mod
go-package: ./...
- name: Run linter
uses: golangci/golangci-lint-action@v6
with:

View file

@ -31,12 +31,6 @@ jobs:
go mod download
go mod download -modfile tools/go.mod
- id: govulncheck
uses: golang/govulncheck-action@v1
with:
go-version-file: go.mod
go-package: ./...
- name: Snapshot release
uses: goreleaser/goreleaser-action@v6
if: ${{ !startsWith(github.ref, 'refs/tags/v') }}

View file

@ -39,7 +39,7 @@ kos:
creation_time: "{{.CommitTimestamp}}"
bare: true
preserve_import_paths: false
base_import_paths: true
base_import_paths: false
changelog:
sort: asc

View file

@ -4,7 +4,7 @@ kind: Kustomization
images:
- name: supabase-operator
newName: code.icb4dc0.de/prskr/supabase-operator
newTag: 0.0.0-SNAPSHOT-03270ec
newTag: 0.1.0-SNAPSHOT-e6c7d68
resources:
- ../../default

View file

@ -369,7 +369,7 @@ _Appears in:_
| Field | Description | Default | Validation |
| --- | --- | --- | --- |
| `dsn` _string_ | | | |
| `dsnFrom` _[SecretKeySelector](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#secretkeyselector-v1-core)_ | | | |
| `dsnSecretRef` _[SecretKeySelector](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#secretkeyselector-v1-core)_ | | | |
| `roles` _[DatabaseRoles](#databaseroles)_ | | | |