Skip to content

Commit af7b196

Browse files
committed
ci/cd
1 parent b734f34 commit af7b196

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

.github/workflows/publish_image.yml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff 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+
.

0 commit comments

Comments
 (0)