fix(ci): omit import path in container images
This commit is contained in:
parent
e6c7d685cc
commit
6e9ebb5e61
5 changed files with 9 additions and 9 deletions
6
.github/workflows/lint.yml
vendored
6
.github/workflows/lint.yml
vendored
|
@ -19,6 +19,12 @@ jobs:
|
||||||
cache-dependency-path: go.sum
|
cache-dependency-path: go.sum
|
||||||
check-latest: true
|
check-latest: true
|
||||||
|
|
||||||
|
- id: govulncheck
|
||||||
|
uses: golang/govulncheck-action@v1
|
||||||
|
with:
|
||||||
|
go-version-file: go.mod
|
||||||
|
go-package: ./...
|
||||||
|
|
||||||
- name: Run linter
|
- name: Run linter
|
||||||
uses: golangci/golangci-lint-action@v6
|
uses: golangci/golangci-lint-action@v6
|
||||||
with:
|
with:
|
||||||
|
|
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
@ -31,12 +31,6 @@ jobs:
|
||||||
go mod download
|
go mod download
|
||||||
go mod download -modfile tools/go.mod
|
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
|
- name: Snapshot release
|
||||||
uses: goreleaser/goreleaser-action@v6
|
uses: goreleaser/goreleaser-action@v6
|
||||||
if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
|
if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
|
||||||
|
|
|
@ -39,7 +39,7 @@ kos:
|
||||||
creation_time: "{{.CommitTimestamp}}"
|
creation_time: "{{.CommitTimestamp}}"
|
||||||
bare: true
|
bare: true
|
||||||
preserve_import_paths: false
|
preserve_import_paths: false
|
||||||
base_import_paths: true
|
base_import_paths: false
|
||||||
|
|
||||||
changelog:
|
changelog:
|
||||||
sort: asc
|
sort: asc
|
||||||
|
|
|
@ -4,7 +4,7 @@ kind: Kustomization
|
||||||
images:
|
images:
|
||||||
- name: supabase-operator
|
- name: supabase-operator
|
||||||
newName: code.icb4dc0.de/prskr/supabase-operator
|
newName: code.icb4dc0.de/prskr/supabase-operator
|
||||||
newTag: 0.0.0-SNAPSHOT-03270ec
|
newTag: 0.1.0-SNAPSHOT-e6c7d68
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- ../../default
|
- ../../default
|
||||||
|
|
|
@ -369,7 +369,7 @@ _Appears in:_
|
||||||
| Field | Description | Default | Validation |
|
| Field | Description | Default | Validation |
|
||||||
| --- | --- | --- | --- |
|
| --- | --- | --- | --- |
|
||||||
| `dsn` _string_ | | | |
|
| `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)_ | | | |
|
| `roles` _[DatabaseRoles](#databaseroles)_ | | | |
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue