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

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

View File

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