Fix typo 3

This commit is contained in:
Marco Aceti 2020-11-06 18:35:06 +01:00
parent c8925d7eaa
commit 30e8108b32
Signed by: MarcoBuster
GPG Key ID: E4ABA81298E4F14D

View File

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
env:
REGISTRY: docker.pkg.github.com
IMAGE_TAG: ${{ REGISTRY }}/${{ github.repository }}/tdlightbotapi
IMAGE_TAG: docker.pkg.github.com/${{ github.repository }}/tdlightbotapi
steps:
- name: Checkout current repo