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 debb216 commit f8c42d3Copy full SHA for f8c42d3
.github/workflows/push-apisix-base-image.yml
@@ -43,6 +43,6 @@ jobs:
43
- name: Build and Push Docker Image
44
if: ${{ startsWith(steps.tag_type.outputs.version, 'apisix-base/') }}
45
run: |
46
- docker buildx build -t api7/apisix-base:${{ steps.tag_env.outputs.version }} --push \
+ docker buildx build -t bzp2010/apisix-base:${{ steps.tag_env.outputs.version }} --push \
47
--build-arg VERSION=${{ steps.tag_env.outputs.version }} --platform linux/amd64,linux/arm64 \
48
-f ./dockerfiles/Dockerfile.apisix-base.apk .
0 commit comments