Remove explicit repository name for docker builds

Signed-off-by: William Brawner <me@wbrawner.com>
This commit is contained in:
William Brawner 2021-02-25 12:04:15 -07:00
parent 2f4d1e2a92
commit c1455df969

View file

@ -17,5 +17,6 @@ jobs:
with:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
repository: ${{ github.repository }}/${{ github.event.repository.name }}
registry: docker.pkg.github.com
tag_with_ref: true