Merge branch 'main' into anshulss/buildimage

This commit is contained in:
Anshul Sharma 2025-06-03 11:30:40 +05:30 committed by GitHub
commit f6d9f76c43
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
107 changed files with 8508 additions and 2267 deletions

View file

@ -123,7 +123,7 @@ jobs:
sleep 5
git ls-remote --tags origin | grep "refs/tags/${{ steps.tag_version.outputs.next_version }}" || (echo "Tag push verification failed!" && exit 1)
echo "Tag successfully pushed."
build_and_push_backend_image:
runs-on: ubuntu-latest
needs: tag_release # Depends on the tag being created successfully
@ -156,7 +156,7 @@ jobs:
# Optionally add 'latest' tag if building from the default branch
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) || github.event.inputs.branch == github.event.repository.default_branch }}
- name: Build and push Backend Docker image
- name: Build and push surfsense backend
uses: docker/build-push-action@v5
with:
context: ./surfsense_backend
@ -199,7 +199,7 @@ jobs:
# Optionally add 'latest' tag if building from the default branch
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) || github.event.inputs.branch == github.event.repository.default_branch }}
- name: Build and push UI Docker image
- name: Build and push surfsense UI image
uses: docker/build-push-action@v5
with:
context: ./surfsense_web