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 0a87541 commit f6f95eeCopy full SHA for f6f95ee
.github/workflows/docker-build-push.yml
@@ -46,6 +46,7 @@ jobs:
46
- uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
47
id: build
48
with:
49
+ build-args: LUA_RESTY_OPENIDC_VERSION=
50
context: ${{ env.REPOSITORY }}
51
platforms: linux/amd64,linux/arm64
52
pull: true
.github/workflows/docker-release.yml
@@ -42,6 +42,7 @@ jobs:
42
43
44
45
0 commit comments