Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
fb2c0c6cb8
commit
8b58f5a09c
1 changed files with 6 additions and 0 deletions
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
|
@ -18,6 +18,12 @@ jobs:
|
|||
contents: read
|
||||
packages: write
|
||||
steps:
|
||||
- id: lowercase
|
||||
run: |
|
||||
echo REGISTRY=$(echo $REGISTRY | tr '[:upper:]' '[:lower:]') >> "${GITHUB_ENV}"
|
||||
- id: lowercase-2
|
||||
run: |
|
||||
echo IMAGE_NAME=$(echo $IMAGE_NAME | tr '[:upper:]' '[:lower:]') >> "${GITHUB_ENV}"
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Set up QEMU
|
||||
|
|
Loading…
Reference in a new issue