mirror of
https://github.com/tdlight-team/tdlight-telegram-bot-api.git
synced 2025-01-15 13:57:31 +01:00
Update docker.yml
trying new ghcr.io
This commit is contained in:
parent
ee9532ee7c
commit
3cc60c06d3
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user