Skip to content

Commit 6ced7d2

Browse files
authored
chore: Disable build images from branch main
Remove branch restriction for Docker CI workflow.
1 parent e711b6a commit 6ced7d2

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Docker Image CI
22

33
on:
44
push:
5-
branches:
6-
- main
75
tags:
86
- 'v[0-9]+.[0-9]+.[0-9]+'
97

@@ -51,4 +49,4 @@ jobs:
5149
push: true
5250
provenance: false
5351
tags: ${{ env.TAGS }}
54-
platforms: linux/amd64,linux/arm64
52+
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)