building without frontend for now
All checks were successful
Build and Push Docker Images / build (push) Successful in 28s

This commit is contained in:
ChrQR 2024-05-30 00:12:11 +02:00
parent 09cb4efd55
commit 862b625056

View File

@ -35,12 +35,12 @@ jobs:
push: true push: true
tags: gitea.rannes.dev/rannes.dev/sw-jobs-api:latest tags: gitea.rannes.dev/rannes.dev/sw-jobs-api:latest
- name: Build and push Svelte client image # - name: Build and push Svelte client image
uses: docker/build-push-action@v5 # uses: docker/build-push-action@v5
with: # with:
context: ./client # context: ./client
push: true # push: true
tags: gitea.rannes.dev/rannes.dev/sw-jobs-client:latest # tags: gitea.rannes.dev/rannes.dev/sw-jobs-client:latest
- name: Build and push scraper image - name: Build and push scraper image
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5