aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAndrew Lee <andrew@alee14.me>2025-03-26 12:20:18 -0400
committerGitHub <noreply@github.com>2025-03-26 12:20:18 -0400
commitf374c5bda7a9453266e46e77da3631d655998c68 (patch)
treed60515c02629e76f4066909f333cfc43ee2a996e /.github
parent26caa0258f814a75d9917ff500a443078bd3e647 (diff)
downloadAleeBot-f374c5bda7a9453266e46e77da3631d655998c68.tar.gz
AleeBot-f374c5bda7a9453266e46e77da3631d655998c68.tar.bz2
AleeBot-f374c5bda7a9453266e46e77da3631d655998c68.zip
Update docker-publish.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/docker-publish.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml
index f8b01df..6bdfd97 100644
--- a/.github/workflows/docker-publish.yml
+++ b/.github/workflows/docker-publish.yml
@@ -22,11 +22,11 @@ jobs:
- service: bot
context: ./bot
dockerfile: ./bot/Dockerfile
- image-name: ${{ github.repository }}-bot
+ image-name: ${{ github.repository }}
- service: web
context: ./web
dockerfile: ./web/Dockerfile
- image-name: ${{ github.repository }}-web
+ image-name: ${{ github.repository }}/web
permissions:
contents: read