mirror of
https://github.com/nikdoof/smsbot.git
synced 2025-12-14 10:32:16 +00:00
Simplify docker workflow
This commit is contained in:
4
.github/workflows/build-container.yaml
vendored
4
.github/workflows/build-container.yaml
vendored
@@ -28,5 +28,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/${{ github.repository_owner }}/smsbot:${{ github.ref_name }}
|
ghcr.io/${{ github.repository }}:${{ github.ref_name }}
|
||||||
ghcr.io/${{ github.repository_owner }}/smsbot:latest
|
ghcr.io/${{ github.repository }}:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user