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 a17ce1d commit c63dfb9
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 @@ -27,6 +28,7 @@ jobs:
images: ghcr.io/code4romania/seismic-risc-backend
tags: |
type=edge
type=edge,branch=danniel/backendRefactor
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
Expand Down Expand Up @@ -68,6 +70,7 @@ jobs:
images: ghcr.io/code4romania/seismic-risc-frontend
tags: |
type=edge
type=edge,branch=danniel/backendRefactor
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
Expand Down

0 comments on commit c63dfb9

Please sign in to comment.