Skip to content

Commit

Permalink
⛔️ tweak to test the build system on this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tudoramariei committed Oct 25, 2023
1 parent b4e17aa commit 0a3c30b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ on:
push:
branches:
- 'main'
- 'danniel/backendRefactor'
tags:
- 'v*'

Expand All @@ -14,6 +15,7 @@ jobs:
uses: ./.github/workflows/build-template.yml
with:
image: ghcr.io/code4romania/seismic-risc-backend
branch: danniel/backendRefactor
context: ./
dockerfile: ./docker/dockerfiles/Dockerfile.backend
platform: linux/amd64
Expand All @@ -23,6 +25,7 @@ jobs:
uses: ./.github/workflows/build-template.yml
with:
image: ghcr.io/code4romania/seismic-risc-frontend
branch: danniel/backendRefactor
context: ./client
dockerfile: ./docker/dockerfiles/Dockerfile.frontend
platform: linux/amd64

0 comments on commit 0a3c30b

Please sign in to comment.