mirror of
https://github.com/MODSetter/SurfSense.git
synced 2025-09-02 10:39:13 +00:00
Updated versioning
This commit is contained in:
parent
3ded17d325
commit
4e36cb44e7
2 changed files with 3 additions and 1 deletions
3
.github/workflows/docker_build.yaml
vendored
3
.github/workflows/docker_build.yaml
vendored
|
@ -31,8 +31,9 @@ jobs:
|
||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@v5
|
uses: docker/metadata-action@v5
|
||||||
with:
|
with:
|
||||||
|
images: ghcr.io/${{ github.repository_owner }}/surfsense_backend
|
||||||
tags: |
|
tags: |
|
||||||
type=semver,pattern={{major}}.{{minor}}
|
type=raw,value=./surfsense_backend/VERSION
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
|
|
1
VERSION
Normal file
1
VERSION
Normal file
|
@ -0,0 +1 @@
|
||||||
|
0.0.1
|
Loading…
Add table
Reference in a new issue