fix: rename workflow to deploy, and parse git rev in the dockerfile
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user