I am in physical pain
ci / docker (push) Failing after 5s 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 540cba60d9
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=${REGISTRY@L}" >> "${GITHUB_ENV}"
- id: lowercase-2
run: |
echo "IMAGE_NAME=${IMAGE_NAME@L}" >> "${GITHUB_ENV}"
- name: Checkout
uses: actions/checkout@v4
- name: Set up QEMU