mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-10 01:17:42 +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
|
- development
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
|
|
||||||
|
run: |
|
||||||
|
echo "OWNER_LC=${OWNER,,}" >>${GITHUB_ENV}
|
||||||
env:
|
env:
|
||||||
image-name: ghcr.io/${{ github.repository_owner }}/craftbeerpi4
|
OWNER: '${{ github.repository_owner }}'
|
||||||
|
|
||||||
|
env:
|
||||||
|
image-name: ghcr.io/${{ OWNER_LC }}/craftbeerpi4
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in a new issue