We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a97b59b commit a2d4895Copy full SHA for a2d4895
1 file changed
.github/workflows/ghcr.yml
@@ -3,7 +3,7 @@ on:
3
workflow_dispatch:
4
push:
5
branches:
6
- - '**'
+ - master
7
jobs:
8
9
name: Create build and push to GHCR
@@ -50,3 +50,4 @@ jobs:
50
push: true
51
tags: |
52
ghcr.io/${{ steps.string.outputs.lowercase }}/g5api:latest,ghcr.io/${{ steps.string.outputs.lowercase }}/g5api:${{ steps.getversion.outputs.version }}
53
+
0 commit comments