fix: rename workflow to deploy, and parse git rev in the dockerfile
All checks were successful
Build and Deploy / typecheck (push) Successful in 34s
Build and Deploy / build (push) Successful in 31s
Build and Deploy / deploy (push) Successful in 2s

This commit is contained in:
2026-06-01 22:23:41 +02:00
parent 4ce3e97727
commit 1c2d09cafc
3 changed files with 8 additions and 6 deletions

View File

@@ -33,7 +33,7 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Build Docker image
run: docker build --build-arg COMMIT_SHA=$(git rev-parse --short HEAD) -f apps/discord-bot/Dockerfile .
run: docker build -f apps/discord-bot/Dockerfile .
deploy:
runs-on: ubuntu-latest