Skip to content

Commit cee6731

Browse files
Check build on branch
1 parent 9a75231 commit cee6731

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "Release Docker images"
22

33
on:
44
push:
5-
branches: ["main"]
5+
branches: ["docker-build"]
66
tags:
77
- "v*"
88
env:
@@ -129,7 +129,7 @@ jobs:
129129
uses: docker/setup-buildx-action@v3
130130

131131
- name: Snapshot metadata
132-
if: github.ref == 'refs/heads/main'
132+
if: github.ref == 'refs/heads/docker-build'
133133
uses: docker/metadata-action@v5
134134
with:
135135
images: |

0 commit comments

Comments
 (0)