Update docker.yml

trying new ghcr.io
This commit is contained in:
giuseppeM99 2020-11-06 17:01:27 +01:00 committed by GitHub
parent ee9532ee7c
commit 3cc60c06d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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