File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,16 +19,16 @@ jobs:
1919 lfs : true
2020
2121 - name : Set up Docker Buildx
22- uses : docker/setup-buildx-action@v3.10.0
22+ uses : docker/setup-buildx-action@v3.11.1
2323
2424 - name : Log in to DockerHub
25- uses : docker/login-action@v3.3 .0
25+ uses : docker/login-action@v3.6 .0
2626 with :
2727 username : ${{ secrets.DOCKERHUB_USER }}
2828 password : ${{ secrets.DOCKERHUB_TOKEN }}
2929
3030 - id : meta
31- uses : docker/metadata-action@v5.7 .0
31+ uses : docker/metadata-action@v5.10 .0
3232 with :
3333 images : |
3434 alterware/aw-bot
3838
3939 - name : Build and push Docker image
4040 id : build-and-push
41- uses : docker/build-push-action@v6.15 .0
41+ uses : docker/build-push-action@v6.18 .0
4242 with :
4343 context : .
4444 platforms : linux/amd64,linux/arm64
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ async def add_meme_pattern_cmd(
6464 ):
6565 """Slash command to add a new message pattern to the database."""
6666 add_meme_pattern (regex , response )
67- logger .info (f"Pattern added in memory: { regex } " )
67+ logger .info ("Saved a new meme pattern: %s" , regex )
6868 await interaction .response .send_message (
6969 f"Pattern added!\n **Regex:** `{ regex } `\n **Response:** `{ response } `"
7070 )
You can’t perform that action at this time.
0 commit comments