Spaces:
Running
Running
fix pipeline
Browse files
.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:
|
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:
|
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: |
|