Missing $

This commit is contained in:
2024-11-24 12:43:16 +01:00
parent c3b90db9e6
commit 079b80c528
2 changed files with 2 additions and 2 deletions

View File

@@ -7,4 +7,4 @@ WORKDIR /usr/src
COPY entrypoint.sh .
CMD ["/usr/src/entrypoint.sh"]
ENTRYPOINT ["sh", "-c", "/usr/src/entrypoint.sh"]

View File

@@ -10,7 +10,7 @@ inputs:
imagePrefix:
description: The image prefix
required: false
default: {{ gitea.repositoryUrl }}/${{ gitea.repository_owner }}/
default: ${{ gitea.repositoryUrl }}/${{ gitea.repository_owner }}/
push:
description: Should push the built image
required: false