mirror of
https://github.com/nikdoof/smsbot.git
synced 2025-12-13 18:12:15 +00:00
Correct container build for to the correct name
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 }}/ohayodash:${{ github.ref_name }}
|
ghcr.io/${{ github.repository_owner }}/smsbot:${{ github.ref_name }}
|
||||||
ghcr.io/${{ github.repository_owner }}/ohayodash:latest
|
ghcr.io/${{ github.repository_owner }}/smsbot:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user