fix: Fixes action workflows.
All checks were successful
Release code / build (push) Successful in 5m33s

This commit is contained in:
Tera << 8 2025-01-09 08:00:37 -05:00
parent ea0a953b0e
commit 356cfb8dca
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37
3 changed files with 11 additions and 11 deletions

View file

@ -34,7 +34,7 @@ jobs:
- name: Build Docker image
run: |
docker build ./backend --tag ghcr.io/imterah/hermes:$GITHUB_REF_NAME
docker build . --tag ghcr.io/imterah/hermes:$GITHUB_REF_NAME
- name: Upload Docker image
run: |