test workflow

This commit is contained in:
avollkopf 2023-03-07 06:45:33 +01:00
parent d0278c2448
commit 3b0c12c2e5

View file

@ -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: