update path

This commit is contained in:
Point Pu
2025-06-09 15:29:29 +03:00
committed by GitHub
parent 93db2f0fb8
commit be15d246aa

View File

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