Skip to content

Commit

Permalink
github action: push docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
xu-cheng committed Oct 29, 2019
1 parent d70ab6d commit 7023a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
docker tag texlive-$SCHEME $TAG:latest
docker images $TAG
echo "$GITHUB_TOKEN" | docker login --password-stdin -u xu-cheng docker.pkg.github.com
#docker push $TAG
docker push $TAG
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: github.ref == 'refs/heads/master'

0 comments on commit 7023a90

Please sign in to comment.