feat(docker): update Docker build workflow and enhance README with installation instructions and static file support

This commit is contained in:
pacnpal
2025-01-28 19:40:55 -05:00
parent 44904d1f2f
commit b53a8d6264
5 changed files with 102 additions and 7 deletions

View File

@@ -51,12 +51,12 @@ jobs:
with:
images: ${{ secrets.DOCKERHUB_USERNAME }}/simpleguardhome
tags: |
type=raw,value=latest,enable={{is_default_branch}}
type=sha,format=long
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=ref,event=latest
- name: Build and push
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0