Revert "Update docker.yml"

This reverts commit 3cc60c06d3fe011feb5007ec71e305e15c824fc8.
This commit is contained in:
Marco Aceti 2020-11-06 17:09:06 +01:00
parent 3cc60c06d3
commit afa5785568
Signed by: MarcoBuster
GPG Key ID: E4ABA81298E4F14D

View File

@ -12,7 +12,7 @@ jobs:
name: Build Image
runs-on: ubuntu-latest
env:
IMAGE_id: ghcr.io/${{ github.repository }}
IMAGE_id: docker.pkg.github.com/${{ github.repository }}/tdlightbotapi
steps:
- name: Checkout current repo
@ -43,7 +43,7 @@ jobs:
- name: Login to registry
run: |
echo "${{ secrets.GH_ACCESS_TOKEN }}" | docker ghcr.io -u ${{ github.actor }} --password-stdin
echo "${{ secrets.GH_ACCESS_TOKEN }}" | docker login docker.pkg.github.com -u ${{ github.actor }} --password-stdin
- name: Push images