We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90f8ffb commit 366e8ddCopy full SHA for 366e8dd
1 file changed
.github/workflows/docker-release.yml
@@ -54,6 +54,8 @@ jobs:
54
if: github.ref_type != 'tag' # not tag (release)
55
working-directory: ./modules/openapi-generator-online
56
run: |
57
+ pwd
58
+ ls -al
59
docker buildx create --use
60
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 }} .
61
- name: Publish openapi-generator-online stable version
0 commit comments