mirror of
https://github.com/PaiGramTeam/telegram-bot-api-build.git
synced 2024-11-21 22:48:07 +00:00
Fix environment
This commit is contained in:
parent
d6b4651392
commit
b6470ccac4
3
.github/workflows/docker-image.yml
vendored
3
.github/workflows/docker-image.yml
vendored
@ -34,9 +34,8 @@ jobs:
|
||||
with:
|
||||
format: YYYYMMDD
|
||||
- name: Set version
|
||||
env:
|
||||
TG_SERVER_VERSION: $(cat telegram-bot-api/CMakeLists.txt | grep TelegramBotApi | cut -d " " -f3)
|
||||
run: |
|
||||
TG_SERVER_VERSION=$(cat telegram-bot-api/CMakeLists.txt | grep TelegramBotApi | cut -d " " -f3)
|
||||
echo "Parsed version: ${TG_SERVER_VERSION}"
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v2
|
||||
|
Loading…
Reference in New Issue
Block a user