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

This commit is contained in:
Sthope 2025-03-18 20:19:30 +01:00
parent c3f25357d0
commit a7ffc53ade

View File

@ -32,7 +32,7 @@ jobs:
- name: Extract repository name
id: repo_name
run: echo "IMAGE_NAME=${{ github.repository.split('/')[1] }}" >> $GITHUB_ENV
run: echo "IMAGE_NAME=${{ github.repository.split('/')[1] }}" >> $GITHUB_ENV && echo $IMAGE_NAME
- name: Build Docker Image
run: docker build -t ${{ env.IMAGE_NAME }} .