mirror of
https://github.com/Telecominfraproject/.github.git
synced 2026-01-27 18:21:05 +00:00
WIFI-13871: Update action.yml
Make next branch also create docker image (cgw)
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user