mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-12-22 13:34:55 +01:00
test workflow
This commit is contained in:
parent
d0278c2448
commit
3b0c12c2e5
1 changed files with 7 additions and 1 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -8,8 +8,14 @@ on:
|
|||
- development
|
||||
pull_request:
|
||||
|
||||
|
||||
run: |
|
||||
echo "OWNER_LC=${OWNER,,}" >>${GITHUB_ENV}
|
||||
env:
|
||||
image-name: ghcr.io/${{ github.repository_owner }}/craftbeerpi4
|
||||
OWNER: '${{ github.repository_owner }}'
|
||||
|
||||
env:
|
||||
image-name: ghcr.io/${{ OWNER_LC }}/craftbeerpi4
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue