Skip to content

Commit d480de7

Browse files
authored
Merge pull request #1 from madkoding/develop
Update docker publish
2 parents 18267f6 + d9dad57 commit d480de7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
tags:
1111
- 'v*' # runs on push of semantic version tags (e.g., v1.2.3)
1212

13+
env:
14+
SLIMEVR_VERSION: ${{ env.SLIMEVR_VERSION != '' && env.SLIMEVR_VERSION || secrets.SLIMEVR_VERSION }}
15+
1316
jobs:
1417
build-and-push:
1518
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)