Skip to content

Commit f6f95ee

Browse files
committed
Workaround to unblock release
1 parent 0a87541 commit f6f95ee

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/docker-build-push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
- uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
4747
id: build
4848
with:
49+
build-args: LUA_RESTY_OPENIDC_VERSION=
4950
context: ${{ env.REPOSITORY }}
5051
platforms: linux/amd64,linux/arm64
5152
pull: true

.github/workflows/docker-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
- uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
4343
id: build
4444
with:
45+
build-args: LUA_RESTY_OPENIDC_VERSION=
4546
context: ${{ env.REPOSITORY }}
4647
platforms: linux/amd64,linux/arm64
4748
pull: true

0 commit comments

Comments
 (0)