We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0540659 commit 624abf6Copy full SHA for 624abf6
.github/workflows/docker.yml
@@ -8,7 +8,7 @@ env:
8
9
jobs:
10
push-image:
11
- if: ${{ github.ref == 'refs/heads/master' }}
+ if: ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/feature/scdet' }}
12
runs-on: ubuntu-latest
13
permissions:
14
contents: read
@@ -32,6 +32,7 @@ jobs:
32
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
33
flavor: |
34
latest=${{ github.ref == 'refs/heads/master' }}
35
+ scdet=${{ github.ref == 'refs/heads/feature/scdet' }}
36
37
- name: Push read/write container
38
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
0 commit comments