mirror of
https://github.com/PaiGramTeam/telegram-bot-api-build.git
synced 2024-11-21 22:48:07 +00:00
Disable daily images. Keep only latest and API version
This commit is contained in:
parent
4fbffc2371
commit
844c758d4d
12
.github/workflows/docker-image.yml
vendored
12
.github/workflows/docker-image.yml
vendored
@ -28,11 +28,11 @@ jobs:
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_LOGIN }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
- name: Get current time
|
||||
uses: 1466587594/get-current-time@v2
|
||||
id: current-time
|
||||
with:
|
||||
format: YYYYMMDD
|
||||
# - name: Get current time
|
||||
# uses: 1466587594/get-current-time@v2
|
||||
# id: current-time
|
||||
# with:
|
||||
# format: YYYYMMDD
|
||||
- name: Set version
|
||||
id: current-version
|
||||
run: |
|
||||
@ -48,5 +48,5 @@ jobs:
|
||||
push: true
|
||||
tags: |
|
||||
aiogram/telegram-bot-api:latest
|
||||
aiogram/telegram-bot-api:${{ steps.current-time.outputs.formattedTime }}
|
||||
aiogram/telegram-bot-api:${{ env.TG_SERVER_VERSION }}
|
||||
# aiogram/telegram-bot-api:${{ steps.current-time.outputs.formattedTime }}
|
||||
|
Loading…
Reference in New Issue
Block a user