mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-09 17:07:43 +01:00
test
This commit is contained in:
parent
9834a0dd3c
commit
352090e6e7
1 changed files with 7 additions and 1 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -10,6 +10,12 @@ on:
|
||||||
- development
|
- development
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
|
- id: string
|
||||||
|
with:
|
||||||
|
string: ${{ github.repository }}
|
||||||
|
- run: |
|
||||||
|
echo "${{ steps.string.outputs.lowercase }}"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
image-name: ghcr.io/${{ github.repository_owner }}/craftbeerpi4
|
image-name: ghcr.io/${{ github.repository_owner }}/craftbeerpi4
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue