Remove quotes from custom registry documentation

This commit is contained in:
Lars
2019-09-01 11:36:27 +02:00
committed by GitHub
parent 539ac30433
commit 3830a791a3

View File

@@ -38,7 +38,7 @@ with:
name: myDocker/repository name: myDocker/repository
username: ${{ secrets.DOCKER_USERNAME }} username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }} password: ${{ secrets.DOCKER_PASSWORD }}
registry: "docker.pkg.github.com" registry: docker.pkg.github.com
``` ```
Use `snapshot` to push an additional image, which is tagged with {YEAR}{MONTH}{DAY}{HOUR}{MINUTE}{SECOND}{first 6 digits of the git sha}. Use `snapshot` to push an additional image, which is tagged with {YEAR}{MONTH}{DAY}{HOUR}{MINUTE}{SECOND}{first 6 digits of the git sha}.