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 5951307 commit fdde4aeCopy full SHA for fdde4ae
.github/workflows/push-apisix-base-image.yml
@@ -38,7 +38,7 @@ jobs:
38
if: ${{ startsWith(steps.tag_type.outputs.version, 'apisix-base/') }}
39
run: |
40
docker build -t api7/apisix-base:${{ steps.tag_env.outputs.version }} \
41
- -f ./dockerfiles/Dockerfile.apisix-base.apk .
+ --build-arg VERSION=${{ steps.tag_env.outputs.version }} -f ./dockerfiles/Dockerfile.apisix-base.apk .
42
43
- name: Push docker image
44
0 commit comments