cleanup empty lines
Signed-off-by: cpanato <ctadeu@gmail.com>
This commit is contained in:
parent
fa5e154af4
commit
ee54e790da
4 changed files with 9 additions and 12 deletions
3
.github/workflows/images.yaml
vendored
3
.github/workflows/images.yaml
vendored
|
@ -89,7 +89,6 @@ jobs:
|
|||
name: custom-error-pages
|
||||
secrets: inherit
|
||||
|
||||
|
||||
e2e-test-echo:
|
||||
needs: changes
|
||||
if: |
|
||||
|
@ -214,5 +213,3 @@ jobs:
|
|||
run: |
|
||||
export TAG=$(cat images/nginx-1.25/TAG)
|
||||
cd images/nginx-1.25/rootfs && docker buildx build --platform=${{ env.PLATFORMS }} --push -t ingressnginx/nginx-1.25:${TAG} .
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue