janar commited on
Commit
563b43f
1 Parent(s): 9a0767b

Update docker-image.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/docker-image.yml +2 -2
.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
- - uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
21
- - with:
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 }}