Skip to content

Commit c146772

Browse files
committed
Fix 'docker cli build and push' step in release-full-3.yml workflow
1 parent bed6404 commit c146772

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-full-3.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,12 +163,12 @@ jobs:
163163
if: env.RELEASE_OK == 'yes'
164164
uses: docker/build-push-action@v5
165165
with:
166-
context: ./modules/swagger-generator
167-
file: ./modules/swagger-generator/Dockerfile_minimal
166+
context: ./modules/swagger-codegen-cli
167+
file: ./modules/swagger-codegen-cli/Dockerfile
168168
push: true
169169
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x
170170
provenance: false
171-
tags: swaggerapi/swagger-codegen-cli-v3:${{ env.SC_VERSION }},swaggerapi/swagger-codegen-cli-v3:latest
171+
tags: swaggerapi/swagger-codegen-cli-v3:latest,swaggerapi/swagger-codegen-cli-v3:${{ env.SC_VERSION }}
172172
- name: docker minimal build and push
173173
if: env.RELEASE_OK == 'yes'
174174
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)