mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-21 22:48:16 +01:00
test
This commit is contained in:
parent
9834a0dd3c
commit
352090e6e7
1 changed files with 7 additions and 1 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -1,7 +1,7 @@
|
|||
name: 'Build CraftBeerPi4'
|
||||
|
||||
uses: ASzc/change-string-case-action@v5
|
||||
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
@ -10,6 +10,12 @@ on:
|
|||
- development
|
||||
pull_request:
|
||||
|
||||
- id: string
|
||||
with:
|
||||
string: ${{ github.repository }}
|
||||
- run: |
|
||||
echo "${{ steps.string.outputs.lowercase }}"
|
||||
|
||||
env:
|
||||
image-name: ghcr.io/${{ github.repository_owner }}/craftbeerpi4
|
||||
|
||||
|
|
Loading…
Reference in a new issue