Skip to content

Commit dd31944

Browse files
committed
debug go.yml
1 parent bcf4fc9 commit dd31944

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
push:
3434
name: Push Docker image to Github Packages
3535
runs-on: ubuntu-latest
36+
needs: build
3637
steps:
3738
- name: Checkout
3839
uses: actions/checkout@v2
@@ -43,6 +44,5 @@ jobs:
4344
username: nebell
4445
password: ${{ secrets.GITHUB_TOKEN }}
4546
registry: docker.pkg.github.com
46-
repository: nebell/ga4summer2020/dingdongbot
47+
repository: nebell/go-wechaty-getting-started/dingdongbot
4748
tag_with_ref: true
48-
# tags: latest

0 commit comments

Comments
 (0)