Set push to true on workflow
This commit is contained in:
parent
63ce7406ba
commit
7b83f5dee0
@ -57,7 +57,7 @@ jobs:
|
|||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: false
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
dragon-bot/dale-bot:latest
|
dragon-bot/dale-bot:latest
|
||||||
dragon-bot/dale-bot:${{ gitea.run_id }}
|
dragon-bot/dale-bot:${{ gitea.run_id }}
|
||||||
|
@ -20,7 +20,7 @@ class AnimalFunctions(commands.Cog):
|
|||||||
await ctx.respond(animals.get_dog())
|
await ctx.respond(animals.get_dog())
|
||||||
|
|
||||||
@commands.slash_command(
|
@commands.slash_command(
|
||||||
guild_ids=None, name="sheeb", description="Posts a photo of a sheeb"
|
guild_ids=None, name="sheeb", description="Posts a photo of a Sheeb"
|
||||||
)
|
)
|
||||||
async def sheeb(self, ctx: commands.Context):
|
async def sheeb(self, ctx: commands.Context):
|
||||||
await ctx.respond(animals.random_sheeb())
|
await ctx.respond(animals.random_sheeb())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user