Skip to content

Commit

Permalink
addded task for single languages
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rkstar committed May 18, 2024
1 parent 3e9361e commit 28a6ee9
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 28a6ee9

Please sign in to comment.