Fix typo 2

This commit is contained in:
Marco Aceti 2020-11-06 18:33:07 +01:00
parent 61c97984e3
commit c8925d7eaa
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: ${{ REGISTRY }}/${{ github.repository }}/tdlightbotapi
steps:
- name: Checkout current repo