Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Loudbooks committed Dec 11, 2024
2 parents e0e93e2 + f3a4712 commit d7b2e61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build and Publish Docker Images

on:
workflow_dispatch:
push:
paths:
- frontend/**
Expand Down Expand Up @@ -45,6 +46,7 @@ jobs:
else
echo "Unknown branch: ${{ github.ref_name }}"
exit 1
fi
- name: Build and push Docker image to GHCR
uses: docker/build-push-action@v3
Expand Down

0 comments on commit d7b2e61

Please sign in to comment.