mirror of
https://github.com/Syping/dtranslatebot.git
synced 2026-04-01 05:20:22 +02:00
add direct message support
This commit is contained in:
parent
7588ca865b
commit
77621a8991
15 changed files with 115 additions and 40 deletions
7
.github/workflows/container.yml
vendored
7
.github/workflows/container.yml
vendored
|
|
@ -19,6 +19,13 @@ jobs:
|
|||
uses: docker/metadata-action@v6
|
||||
with:
|
||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||
tags: |
|
||||
type=ref,event=branch
|
||||
type=ref,event=tag
|
||||
type=semver,pattern={{version}}
|
||||
type=semver,pattern={{major}}.{{minor}}
|
||||
type=semver,pattern={{major}}
|
||||
type=raw,value=latest,enable=${{ github.ref_name == 'master' }}
|
||||
- name: Build and push Container
|
||||
id: push
|
||||
uses: docker/build-push-action@v7
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue