new gh wf

This commit is contained in:
typescreep
2025-09-27 16:01:59 +03:00
parent 7ad8969b35
commit 5139a0219f

View File

@@ -37,6 +37,6 @@ jobs:
file: ./Dockerfile.build
builder: default
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ secrets.CUSTOM_DOCKERHUB_USERNAME }}/openapi-ui:${{ replace(github.head_ref || github.ref_name, '/', '-') }}-${{ steps.short-sha.outputs.sha }}
tags: ${{ secrets.CUSTOM_DOCKERHUB_USERNAME }}/openapi-ui:${{ (github.head_ref || github.ref_name) | gsub('/','-') }}-${{ steps.short-sha.outputs.sha }}
build-args: |
NODE_VERSION=${{ env.NODE_VERSION }}