Skip to content

Commit f45888e

Browse files
committed
ci: docker
Add automatic docker build support
1 parent f7fbd6a commit f45888e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/docker.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ jobs:
2828
- name: Build and push Docker image
2929
uses: docker/build-push-action@v6
3030
with:
31-
context: .
32-
file: ./Dockerfile
3331
platforms: linux/amd64,linux/arm64
3432
push: true
3533
tags: ${{ vars.DOCKER_USERNAME }}/simra-frontend:latest

0 commit comments

Comments
 (0)