File tree Expand file tree Collapse file tree 1 file changed +12
-9
lines changed
Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,18 @@ jobs:
2222
2323 - name : Build Docker image for nginx
2424 run : |
25- docker buildx build --platform linux/amd64,linux/arm64 \ ─╯
26- -t ghcr.io/luka-lta/luka-lta-api/api-nginx:dev \
27- -f docker/nginx/Dockerfile \
28- --push .
29-
25+ docker buildx build --platform linux/amd64,linux/arm64 \
26+ -t ghcr.io/luka-lta/luka-lta-api/api-nginx:dev \
27+ -f docker/nginx/Dockerfile \
28+ --push \
29+ .
30+
31+
3032
3133 - name : Build and push Docker image for php-fpm
3234 run : |
33- docker buildx build --platform linux/amd64,linux/arm64 \ ─╯
34- -t ghcr.io/luka-lta/luka-lta-api/api-php-fpm:dev \
35- -f docker/php/Dockerfile \
36- --push .
35+ docker buildx build --platform linux/amd64,linux/arm64 \
36+ -t ghcr.io/luka-lta/luka-lta-api/api-php-fpm:dev \
37+ -f docker/php/Dockerfile \
38+ --push \
39+ .
You can’t perform that action at this time.
0 commit comments