update github action
Browse files
.github/workflows/main.yml
CHANGED
@@ -29,7 +29,7 @@ jobs:
|
|
29 |
uses: docker/build-push-action@v2.7.0
|
30 |
with:
|
31 |
context: .
|
32 |
-
file: Dockerfile
|
33 |
platforms: linux/amd64,linux/arm64
|
34 |
push: true
|
35 |
tags: yym68686/uni-api:latest
|
|
|
29 |
uses: docker/build-push-action@v2.7.0
|
30 |
with:
|
31 |
context: .
|
32 |
+
file: Dockerfile
|
33 |
platforms: linux/amd64,linux/arm64
|
34 |
push: true
|
35 |
tags: yym68686/uni-api:latest
|