Skip to content

Commit

Permalink
Change container image to ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
pbar1 committed Oct 3, 2021
1 parent a0c0ae9 commit 12be608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
vars:
BIN:
sh: basename "${PWD}"
IMAGE: docker.pkg.github.com/pbar1/{{.BIN}}/{{.BIN}}
IMAGE: ghcr.io/pbar1/{{.BIN}}
BUILD_IMAGE: docker.io/library/golang:alpine
VERSION:
sh: git describe --tags --always --dirty
Expand Down

0 comments on commit 12be608

Please sign in to comment.