new gh wf

This commit is contained in:
typescreep
2025-09-27 16:00:37 +03:00
parent 85228a321e
commit 7ad8969b35

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:${{ github.head_ref || github.ref_name }}-${{ steps.short-sha.outputs.sha }}
tags: ${{ secrets.CUSTOM_DOCKERHUB_USERNAME }}/openapi-ui:${{ replace(github.head_ref || github.ref_name, '/', '-') }}-${{ steps.short-sha.outputs.sha }}
build-args: |
NODE_VERSION=${{ env.NODE_VERSION }}