Skip to content

Commit

Permalink
change github package name
Browse files Browse the repository at this point in the history
  • Loading branch information
yzs981130 committed Jun 24, 2020
1 parent 6f94f87 commit d1d4721
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ go:
script:
- "go build"
- echo $GITHUB_ACCESS_TOKEN | docker login docker.pkg.github.com -u yzs981130 --password-stdin
- docker build -t docker.pkg.github.com/yzs981130/podlifecyclelogger/image .
- docker push docker.pkg.github.com/yzs981130/podlifecyclelogger/image
- docker build -t docker.pkg.github.com/yzs981130/podlifecyclelogger/podlifecyclelogger .
- docker push docker.pkg.github.com/yzs981130/podlifecyclelogger/podlifecyclelogger

deploy:
provider: releases
Expand Down

0 comments on commit d1d4721

Please sign in to comment.