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 24, 2023
1 parent 8ecd480 commit 9acc2a6
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 Down Expand Up @@ -42,6 +43,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 @@ -69,6 +71,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 9acc2a6

Please sign in to comment.