From 28a6ee947224df1765be80c01abe48becb9c590d Mon Sep 17 00:00:00 2001 From: d4rkstar Date: Sat, 18 May 2024 12:19:25 +0200 Subject: [PATCH] addded task for single languages --- .github/workflows/image.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/image.yaml b/.github/workflows/image.yaml index b5d89b7..f7068c1 100644 --- a/.github/workflows/image.yaml +++ b/.github/workflows/image.yaml @@ -53,5 +53,11 @@ jobs: uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - - name: Build - run: task build-and-push + - name: Build golang + run: task image-tag RT=golang && task build-and-push + - name: Build python + run: task image-tag RT=python && task build-and-push + - name: Build Nodejs + run: task image-tag RT=nodejs && task build-and-push + - name: Build php + run: task image-tag RT=php && task build-and-push