mirror of
https://github.com/tdlight-team/tdlight-telegram-bot-api.git
synced 2024-11-27 06:06:47 +01:00
Add DOCKERHUB_OWNER env variable to GitHub workflow
This commit is contained in:
parent
3e084c9f19
commit
a6a830da21
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
IMAGE_TAG: ghcr.io/${{ github.repository_owner }}/tdlightbotapi
|
||||
IMAGE_TAG_DH: ${{ github.repository_owner }}/tdlightbotapi
|
||||
IMAGE_TAG_DH: ${{ secrets.DOCKERHUB_OWNER }}/tdlightbotapi
|
||||
strategy:
|
||||
matrix:
|
||||
arch: [linux/386, linux/amd64, linux/arm/v6, linux/arm/v7, linux/arm64, linux/ppc64le]
|
||||
|
Loading…
Reference in New Issue
Block a user