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

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