fix: adding root dirs

This commit is contained in:
mungai-njoroge
2024-03-26 14:28:12 +03:00
parent 21ba84c034
commit 7842a70057
4 changed files with 28 additions and 16 deletions
+1 -1
View File
@@ -183,6 +183,6 @@ jobs:
tags: ghcr.io/${{github.repository}}:${{format('v{0}', inputs.tag)}}, ${{env.LATEST_TAG}}
labels: org.opencontainers.image.title=Docker
build-args: |
client_tag=v${{inputs.tag}}
app_version=${{inputs.tag}}
env:
LATEST_TAG: ${{ inputs.is_latest == 'true' && format('ghcr.io/{0}:latest', github.repository) || '' }}