Skip to content

Commit

Permalink
add(releaser): #32 - fix new org name
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-delaloy committed Nov 9, 2022
1 parent 40edba9 commit 23d243b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build/package/go-eland/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
FROM golang:alpine

LABEL org.opencontainers.image.source = "https://github.com/blyndusk/go-eland"
LABEL org.opencontainers.image.source = "https://github.com/gogolcorp/go-eland"

# ----- SETUP -----

# Enable Go modules
ENV GO111MODULE=on

# Set the current working with go absolute path
WORKDIR /go/src/github.com/blyndusk/go-eland
WORKDIR /go/src/gogolcorp/go-eland/

# ----- INSTALL -----

Expand Down
5 changes: 3 additions & 2 deletions cmd/go-eland/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ import (
"os/exec"
"strings"

"github.com/blyndusk/go-eland/internal"
"github.com/blyndusk/go-eland/pkg"
"github.com/gogolcorp/go-eland"
"github.com/gogolcorp/go-eland"

"github.com/manifoldco/promptui"
"github.com/ttacon/chalk"
)
Expand Down
2 changes: 1 addition & 1 deletion deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ services:
context: .
dockerfile: build/package/go-eland/Dockerfile
volumes:
- ./:/go/src/github.com/blyndusk/go-eland/
- ./:/go/src/github.com/gogolcorp/go-eland/

0 comments on commit 23d243b

Please sign in to comment.