summaryrefslogtreecommitdiffci
path: root/.github/workflows
diff options
from:
to:
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build-and-deploy.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml
index e014dd0..57cfc96 100644
--- a/.github/workflows/build-and-deploy.yml
+++ b/.github/workflows/build-and-deploy.yml
@@ -34,8 +34,8 @@ jobs:
file: ./Dockerfile
push: true
tags: |
- ghcr.io/SayaAndy/saya-today-web:latest
- ghcr.io/SayaAndy/saya-today-web:${{ github.ref_name }}
+ ghcr.io/sayaandy/saya-today-web:latest
+ ghcr.io/sayaandy/saya-today-web:${{ github.ref_name }}
deploy:
if: github.repository == 'SayaAndy/saya-today-web'