aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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