I am in physical pain
ci / docker (push) Failing after 35s Details

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2024-03-27 21:04:23 +01:00
parent fb2c0c6cb8
commit 8b58f5a09c
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
1 changed files with 6 additions and 0 deletions

View File

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