Skip to content

Commit 366e8dd

Browse files
committed
debug
1 parent 90f8ffb commit 366e8dd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/docker-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454
if: github.ref_type != 'tag' # not tag (release)
5555
working-directory: ./modules/openapi-generator-online
5656
run: |
57+
pwd
58+
ls -al
5759
docker buildx create --use
5860
docker buildx build --push --platform linux/amd64,linux/arm64 --label=org.opencontainers.image.created=${{ env.build_date }} --label=org.opencontainers.image.title=openapi-generator-online --label=org.opencontainers.image.revision=$GITHUB_SHA --label=org.opencontainers.image.version=${{ env.cli_version }} -t ${{ env.DOCKER_GENERATOR_IMAGE_NAME }} .
5961
- name: Publish openapi-generator-online stable version

0 commit comments

Comments
 (0)