Skip to content

Commit f8c42d3

Browse files
committed
test
1 parent debb216 commit f8c42d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-apisix-base-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343
- name: Build and Push Docker Image
4444
if: ${{ startsWith(steps.tag_type.outputs.version, 'apisix-base/') }}
4545
run: |
46-
docker buildx build -t api7/apisix-base:${{ steps.tag_env.outputs.version }} --push \
46+
docker buildx build -t bzp2010/apisix-base:${{ steps.tag_env.outputs.version }} --push \
4747
--build-arg VERSION=${{ steps.tag_env.outputs.version }} --platform linux/amd64,linux/arm64 \
4848
-f ./dockerfiles/Dockerfile.apisix-base.apk .

0 commit comments

Comments
 (0)