Skip to content

Commit

Permalink
feat(workflows): add build epoch id for navidrome image for environme…
Browse files Browse the repository at this point in the history
…nt changes
  • Loading branch information
f-bn committed Aug 31, 2024
1 parent 99d876a commit 7e1de96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-navidrome.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
name: Build Navidrome image
env:
build_epoch: 1
on:
push:
branches:
Expand Down Expand Up @@ -44,5 +46,6 @@ jobs:
build-args: |
VERSION=${{ matrix.version }}
tags: |
ghcr.io/f-bn/navidrome:${{ matrix.version }}-r${{ env.build_epoch }}
ghcr.io/f-bn/navidrome:${{ matrix.version }}
ghcr.io/f-bn/navidrome:latest

0 comments on commit 7e1de96

Please sign in to comment.