Skip to content

Commit 624abf6

Browse files
committed
chore: ci
1 parent 0540659 commit 624abf6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88

99
jobs:
1010
push-image:
11-
if: ${{ github.ref == 'refs/heads/master' }}
11+
if: ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/feature/scdet' }}
1212
runs-on: ubuntu-latest
1313
permissions:
1414
contents: read
@@ -32,6 +32,7 @@ jobs:
3232
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3333
flavor: |
3434
latest=${{ github.ref == 'refs/heads/master' }}
35+
scdet=${{ github.ref == 'refs/heads/feature/scdet' }}
3536
3637
- name: Push read/write container
3738
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc

0 commit comments

Comments
 (0)