Spaces:
Sleeping
Sleeping
Update docker-image.yml
Browse files
.github/workflows/docker-image.yml
CHANGED
@@ -17,8 +17,8 @@ jobs:
|
|
17 |
- name: Build the Docker image
|
18 |
run: docker build . --file Dockerfile --tag topypdf:$(date +%s)
|
19 |
- name: Build and push Docker image
|
20 |
-
|
21 |
-
|
22 |
context: .
|
23 |
file: ./Dockerfile
|
24 |
platforms: ${{ matrix.platforms }}
|
|
|
17 |
- name: Build the Docker image
|
18 |
run: docker build . --file Dockerfile --tag topypdf:$(date +%s)
|
19 |
- name: Build and push Docker image
|
20 |
+
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
|
21 |
+
with:
|
22 |
context: .
|
23 |
file: ./Dockerfile
|
24 |
platforms: ${{ matrix.platforms }}
|