mhdzumair commited on
Commit
b4a0852
·
1 Parent(s): 1ebbb74

fix pipeline

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +2 -2
.github/workflows/main.yml CHANGED
@@ -21,7 +21,7 @@ jobs:
21
  - name: Login to Docker Hub
22
  uses: docker/login-action@v3
23
  with:
24
- username: ${{ secrets.DOCKERHUB_USERNAME }}
25
  password: ${{ secrets.DOCKERHUB_TOKEN }}
26
 
27
  - name: Build and push
@@ -29,7 +29,7 @@ jobs:
29
  uses: docker/build-push-action@v5
30
  with:
31
  context: .
32
- file: ./deployment/Dockerfile
33
  platforms: linux/amd64,linux/arm64
34
  push: true
35
  tags: |
 
21
  - name: Login to Docker Hub
22
  uses: docker/login-action@v3
23
  with:
24
+ username: mhdzumair
25
  password: ${{ secrets.DOCKERHUB_TOKEN }}
26
 
27
  - name: Build and push
 
29
  uses: docker/build-push-action@v5
30
  with:
31
  context: .
32
+ file: Dockerfile
33
  platforms: linux/amd64,linux/arm64
34
  push: true
35
  tags: |