Skip to content

Commit

Permalink
Revert "ci: build docker image on all branches" (#42)
Browse files Browse the repository at this point in the history
This reverts commit 6bd0341.
  • Loading branch information
andreiio authored Aug 5, 2022
1 parent 6ea890e commit b0da28a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
branches:
- '**'
- 'main'
tags:
- 'v*'

Expand All @@ -22,7 +22,6 @@ jobs:
images: code4romania/website-factory
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 b0da28a

Please sign in to comment.