first commit
Some checks failed
Docker / docker (push) Failing after 45s

This commit is contained in:
Sthope 2025-03-18 21:00:11 +01:00
parent 4416d37c74
commit f545a4ddd6

View File

@ -14,7 +14,7 @@ env:
REGISTRY: docker.io
RELEASE: latest
USER: sthopeless
IMAGE: ${{ github.repository.split('/')[1] }}
IMAGE: ${{ github.repository }}
jobs:
docker:
@ -41,4 +41,4 @@ jobs:
with:
context: .
push: true
tags: ${{ env.REGISTRY }}/${{ env.USER }}/${{ env.IMAGE }}:${{ env.RELEASE }}
tags: ${{ env.REGISTRY }}/${{ env.USER }}/${{ env.IMAGE.split('/')[1] }}:${{ env.RELEASE }}