first commit
Some checks failed
Docker / build (push) Failing after 20s

This commit is contained in:
Sthope 2025-03-18 20:35:42 +01:00
parent cb1df559af
commit aadce02bdd

View File

@ -35,7 +35,9 @@ jobs:
- name: Extract repository name
if: ${{ env.REGISTRY == 'docker.io' }}
id: repo_name
run: echo "IMAGE_NAME=${{ env.USER }}/${{ env.IMAGE }}:${{ env.RELEASE }}" >> $GITHUB_ENV
run: |
echo "IMAGE_NAME=${{ env.USER }}/${{ env.IMAGE }}:${{ env.RELEASE }}" >> $GITHUB_ENV
echo "1:$IMAGE_NAME"
- name: Extract repository name
if: ${{ env.REGISTRY == 'ghcr.io' }}