mirror of
https://github.com/outbackdingo/openapi-ui.git
synced 2026-01-27 18:19:50 +00:00
new gh wf
This commit is contained in:
2
.github/workflows/docker-build.yml
vendored
2
.github/workflows/docker-build.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user