Skip to content

Commit fdde4ae

Browse files
authored
fix: fix the DAPISIX_BASE_VER in docker images (#138)
1 parent 5951307 commit fdde4ae

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
@@ -38,7 +38,7 @@ jobs:
3838
if: ${{ startsWith(steps.tag_type.outputs.version, 'apisix-base/') }}
3939
run: |
4040
docker build -t api7/apisix-base:${{ steps.tag_env.outputs.version }} \
41-
-f ./dockerfiles/Dockerfile.apisix-base.apk .
41+
--build-arg VERSION=${{ steps.tag_env.outputs.version }} -f ./dockerfiles/Dockerfile.apisix-base.apk .
4242
4343
- name: Push docker image
4444
if: ${{ startsWith(steps.tag_type.outputs.version, 'apisix-base/') }}

0 commit comments

Comments
 (0)