Skip to content

Commit

Permalink
Update Source references/image names
Browse files Browse the repository at this point in the history
  • Loading branch information
4censord committed Oct 12, 2024
1 parent 77d1ca0 commit 7f1a7f6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
id: docker_meta
uses: docker/metadata-action@v4
with:
images: ghcr.io/kubectyl/kuber
images: ghcr.io/4censord/kubectyl-kuber
flavor: |
latest=false
tags: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
GOOS: ${{ matrix.goos }}
GOARCH: ${{ matrix.goarch }}
CGO_ENABLED: 0
SRC_PATH: github.com/kubectyl/kuber
SRC_PATH: github.com/4censord/kubectyl-kuber
run: |
go build -v -trimpath -ldflags="-s -w -X ${SRC_PATH}/system.Version=dev-${GIT_COMMIT:0:7}" -o dist/kuber ${SRC_PATH}
go build -v -trimpath -ldflags="-X ${SRC_PATH}/system.Version=dev-${GIT_COMMIT:0:7}" -o dist/kuber_debug ${SRC_PATH}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
REF: ${{ github.ref }}
run: |
BRANCH=release/${REF:10}
git config --local user.email "ci@kubectyl.org"
git config --local user.name "Kubectyl CI"
git config --local user.email "ci@4censord.cloud"
git config --local user.name "4censord CI"
git checkout -b $BRANCH
git push -u origin $BRANCH
sed -i "s/var Version = \".*\"/var Version = \"${REF:11}\"/" system/const.go
Expand Down
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ type SftpConfiguration struct {
// If set to true, no write actions will be allowed on the SFTP server.
ReadOnly bool `default:"false" yaml:"read_only"`
// The docker image used for the SFTP server.
SftpImage string `json:"sftp_image" default:"ghcr.io/kubectyl/sftp-server:latest" yaml:"sftp_image"`
SftpImage string `json:"sftp_image" default:"ghcr.io/4censord/kubectyl-sftp-server:develop" yaml:"sftp_image"`
}

// ApiConfiguration defines the configuration for the internal API that is
Expand Down

0 comments on commit 7f1a7f6

Please sign in to comment.