Skip to content

Commit 156f6a4

Browse files
committed
Revert "Workaround to unblock release"
This reverts commits 217bfa7, f6f95ee and 3673c17.
1 parent f0f6ac8 commit 156f6a4

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

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

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

.github/workflows/docker-release.yml

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

openid-connect-provider-debugger/docker-compose.test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ services:
99
openid-connect-provider-debugger:
1010
build:
1111
context: .
12-
args:
13-
LUA_RESTY_OPENIDC_VERSION: ''
1412
dockerfile: Dockerfile
1513
environment:
1614
- oidc_client_id=kbyuFDidLLm280LIwVFiazOqjO3ty8KH

0 commit comments

Comments
 (0)