readme tweak

Signed-off-by: Tim Etchells <tetchel@gmail.com>
This commit is contained in:
Tim Etchells 2021-04-19 09:12:18 -04:00
parent d57fe01c91
commit 9c147846b9

View file

@ -64,8 +64,6 @@ name: Log in to ghcr.io
on:
push:
# Refer to https://docs.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#github-context
# for information about the 'github' context object.
env:
REGISTRY_USER: ${{ github.actor }}
REGISTRY_PASSWORD: ${{ github.token }}
@ -85,3 +83,6 @@ jobs:
# Now you can push images, and pull private ones, from ghcr.io.
```
Refer to the [GitHub documentation](https://docs.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#github-context)
for information about the `github` context object.