Skip to content

Commit

Permalink
ci: consolidate workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio committed Jun 14, 2024
1 parent 47fb414 commit a53d714
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 42 deletions.
42 changes: 0 additions & 42 deletions .github/workflows/build-dev-image.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ on:
push:
branches:
- 'main'
- 'develop'
tags:
- 'v*'

Expand All @@ -22,6 +23,7 @@ jobs:
images: code4romania/bursa-binelui
tags: |
type=edge
type=ref,event=branch
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
Expand Down

0 comments on commit a53d714

Please sign in to comment.