WIFI-13871: Update action.yml

Make next branch also create docker image (cgw)
This commit is contained in:
Carsten Schafer
2024-06-26 15:09:17 -04:00
committed by GitHub
parent 84a3ffa73e
commit 5748d37a3c

View File

@@ -57,7 +57,7 @@ runs:
fi
- name: Build and push
if: startsWith(github.ref, 'refs/tags/') || startsWith(github.ref, 'refs/pull/') || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'
if: startsWith(github.ref, 'refs/tags/') || startsWith(github.ref, 'refs/pull/') || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/next'
uses: docker/build-push-action@v6
env:
BRANCH_NAME: ${{ steps.set_branch_name.outputs.branch_name }}