Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Nov 12, 2019
1 parent ac342f2 commit 026c09a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/uploadDockerImage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,16 @@ jobs:
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@master
with:
name: docker.pkg.github.com/elgohr/publish-docker-github-action/publish-docker-github-action
username: "Orta"
password: ${{ secrets.GITHUB_TOKEN }}
name: docker.pkg.github.com/elgohr/danger/danger-js/release
username: ${{ secrets.DOCKER_GITHUB_USERNAME }}
password: ${{ secrets.DOCKER_GITHUB_PASSWORD }}
registry: docker.pkg.github.com


- name: Push
run: |
docker login docker.pkg.github.com --username RepoOwner --password "${GITHUB_PACKAGE_REGISTRY_TOKEN}"
docker push docker.pkg.github.com/danger/danger-js/master:tag
env:
GITHUB_PACKAGE_REGISTRY_TOKEN: ${{ secrets.GITHUB_PACKAGE_REGISTRY_TOKEN }}

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ x

<!-- Your comment above this -->

# 9.2.7

- Maybe fix deploys to GPR for Docker - [@orta]

# 9.2.6

- Add support for Cirrus CI - [@RDIL]
Expand Down

0 comments on commit 026c09a

Please sign in to comment.