Skip to content

Commit

Permalink
Do not push to GitHub Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Erikvl87 committed Mar 23, 2020
1 parent f7178a1 commit 7ec2e9a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Expand Up @@ -30,9 +30,9 @@ jobs:
docker push $DOCKERHUB_REPOSITORY:latest
env:
DOCKERHUB_REPOSITORY: erikvl87/languagetool
- name: Push to GitHub
run: |
docker tag languagetool docker.pkg.github.com/${{ github.repository }}/languagetool:$DOCKER_TAG
docker tag languagetool docker.pkg.github.com/${{ github.repository }}/languagetool:latest
docker login docker.pkg.github.com -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }}
docker push docker.pkg.github.com/${{ github.repository }}/languagetool:$DOCKER_TAG
# - name: Push to GitHub Packages
# run: |
# docker tag languagetool docker.pkg.github.com/${{ github.repository }}/languagetool:$DOCKER_TAG
# docker tag languagetool docker.pkg.github.com/${{ github.repository }}/languagetool:latest
# docker login docker.pkg.github.com -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }}
# docker push docker.pkg.github.com/${{ github.repository }}/languagetool:$DOCKER_TAG

0 comments on commit 7ec2e9a

Please sign in to comment.