mirror of
https://github.com/tdlight-team/tdlight-telegram-bot-api.git
synced 2025-02-06 00:26:48 +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
|
name: Build Image
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
IMAGE_id: docker.pkg.github.com/${{ github.repository }}/tdlightbotapi
|
IMAGE_id: ghcr.io/${{ github.repository }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout current repo
|
- name: Checkout current repo
|
||||||
@ -43,7 +43,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Login to registry
|
- name: Login to registry
|
||||||
run: |
|
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
|
- name: Push images
|
||||||
|
Loading…
x
Reference in New Issue
Block a user